upgraded authentication rc2 / 0.3

Post here if you need help setting up your server, etc.
Post Reply
User avatar
Paradox
On Lightcycle Grid
Posts: 13
Joined: Sat Jan 24, 2009 2:16 pm
Contact:

upgraded authentication rc2 / 0.3

Post by Paradox »

ive been testing the new? authentication of both the rc2 and 0.3 builds, I can login to the server but I cannot get owner or admin rights

my password file which is loaded via an include command in settings_custom.cfg contains the following test code

#***********************
# add salt to the hash
#***********************

md5_prefix %u:
md5_suffix :somerandomstring


#**********************
# users and passwords
#**********************

local_user testuser testpassword
user_level testuser 0


I hope someone can help, thank you.
User avatar
Infa(mous)
Round Winner
Posts: 255
Joined: Thu Aug 14, 2008 11:27 pm

Re: upgraded authentication rc2 / 0.3

Post by Infa(mous) »

Code: Select all

LOCAL_USER test password
USER_LEVEL test@ 0
-Infamous
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Re: upgraded authentication rc2 / 0.3

Post by DDMJ »

for your example set this:

Code: Select all

USER_LEVEL testuser@ 0
User avatar
Paradox
On Lightcycle Grid
Posts: 13
Joined: Sat Jan 24, 2009 2:16 pm
Contact:

Re: upgraded authentication rc2 / 0.3

Post by Paradox »

oops :oops:

thanks guys :mrgreen:
Post Reply