Succubusty Posted April 9, 2013 Share Posted April 9, 2013 (edited) I've got a testing server set up & I'd like to be able to create accounts using _m/_f. Here's the relevant line from login_athena.conf: // Can you use _M/_F to make new accounts on the server?new_account: yes Yet here's what happens each time. The client says Unrecognized ID and won't let you login. Any ideas on what I need to do to fix this? Edited April 9, 2013 by Succubusty Quote Link to comment Share on other sites More sharing options...
1 patr3k Posted April 12, 2013 Share Posted April 12, 2013 in clientinfo.xml remove this... <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> 1 Quote Link to comment Share on other sites More sharing options...
0 Heero12 Posted November 12, 2020 Share Posted November 12, 2020 I have a similar problem. mine doesn't create an account. has the way of creating an account changed? my clientinfo doesn't have this: <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> Quote Link to comment Share on other sites More sharing options...
Brynner Posted April 9, 2013 Share Posted April 9, 2013 have you check this line? // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: no Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted April 9, 2013 Share Posted April 9, 2013 Oh this issue, yes I had encountered this kind of error too, and the server's MD5 + client's password encrypt was the culprit behind my issue. Quote Link to comment Share on other sites More sharing options...
Succubusty Posted April 10, 2013 Author Share Posted April 10, 2013 (edited) I never enabled MD5 passwords. It's set to no.So how would I go about fixing this error with the client? Edited April 10, 2013 by Succubusty Quote Link to comment Share on other sites More sharing options...
Succubusty Posted April 12, 2013 Author Share Posted April 12, 2013 Fixed. Thanks. (: Quote Link to comment Share on other sites More sharing options...
Drakkus Posted April 12, 2013 Share Posted April 12, 2013 in clientinfo.xml remove this... <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> It Works, i thought it was a buggy thingy. Thank you. Quote Link to comment Share on other sites More sharing options...
patr3k Posted April 13, 2013 Share Posted April 13, 2013 Fixed. Thanks. (: You're welcome in clientinfo.xml remove this... <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> It Works, i thought it was a buggy thingy. Thank you. You're welcome Quote Link to comment Share on other sites More sharing options...
I've got a testing server set up & I'd like to be able to create accounts using _m/_f.
Here's the relevant line from login_athena.conf:
Yet here's what happens each time.
The client says Unrecognized ID and won't let you login. Any ideas on what I need to do to fix this?
Edited by SuccubustyLink to comment
Share on other sites