Hard code admin [message #35390] |
Sat, 06 January 2007 15:01 |
Markus Allen
Messages: 58 Registered: September 2005
Karma: 0
|
Member |
|
|
Can you show me how to hard code my record as an admin in the proper mySQL table?
I asked my programmer to link aMember (membership software) as a single login to FUDforum... unfortunately, there's a bug that overwrites my record in the FUDforum mySQL table fud26_users.
And unfortunately, I can't login directly at FUDforum -- my programmer disabled it.
Can you help me?
|
|
|
Re: Hard code admin [message #35400 is a reply to message #35390] |
Sun, 07 January 2007 18:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to set the users_opt field bitmask of 1048576.
FUDforum Core Developer
|
|
|
|
Re: Hard code admin [message #35409 is a reply to message #35407] |
Mon, 08 January 2007 16:25 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to set the confirmed bit-mask for the user into the same users_opt field. You can find the bit-mask definitions inside fud_users.tbl
FUDforum Core Developer
|
|
|
Re: Hard code admin [message #35412 is a reply to message #35409] |
Mon, 08 January 2007 16:48 |
Markus Allen
Messages: 58 Registered: September 2005
Karma: 0
|
Member |
|
|
Ilia wrote on Mon, 08 January 2007 11:25 | You need to set the confirmed bit-mask for the user into the same users_opt field. You can find the bit-mask definitions inside fud_users.tbl
|
My bad, Ilia... a simple restart of my browser did the trick.
You da' best!
|
|
|