Mystery Posted December 22, 2011 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted December 22, 2011 I searched but couldn't find anything.. Anyways, for some reason when I try logging in to my FluxCP it says I have the wrong loggin credentials even though they're right.. I heard it had to do with something regarding the MD5 setting.. o_O Link to comment Share on other sites More sharing options...
Mystery Posted December 22, 2011 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Author Share Posted December 22, 2011 (edited) I searched but couldn't find anything.. Anyways, for some reason when I try logging in to my FluxCP it says I have the wrong loggin credentials even though they're right.. I heard it had to do with something regarding the MD5 setting.. o_O AHH CRAP =.=! There's 2 topics im sorry ! It said I had a flood control so I couldn't post a new topic.. yet it did! ><! Sorry guys Everything merged.. thanks D:! Edited December 22, 2011 by Mysterious Link to comment Share on other sites More sharing options...
jTynne Posted December 22, 2011 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 399 Reputation: 199 Joined: 11/09/11 Last Seen: December 14, 2020 Share Posted December 22, 2011 If it's an MD5 issue, you will want to look at your login table of your game database. If the passwords look like asdf09asdvm0w923lgk2nm2wv9 then MD5 is enabled. If that's the case, open /config/servers.php (Flux) and edit: 'UseMD5' => true, From there, it should work if that's all that's wrong. Secondly, it could be that you have a mismatch of capitalization settings (in other words usernames jTynne and jtynne are counting as two different accounts if case sensitivity is ENABLED. If case sensitivity is DISABLED, then those would count as the same account), "case sensitivity" which is edited in the same file as before, /config/servers.php: 'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true). As well as server-side config file, /trunk/conf/login.conf: account.sql.case_sensitive: no If there's a mismatch between the two, that can also cause OP error, as well as open up a hoarde of exploits. So make sure they match! Link to comment Share on other sites More sharing options...
JayPee Posted December 22, 2011 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted December 22, 2011 I experienced this also in the pas but I solved it by moving my fluxcp folder example: my fluxcp folder is in wampl/www/Control Panels/FluxCP - it gives me login credential error with correct configuration and account details I try to move it in this kind of directory : wamp/www/FluxCP - the errors went away when i try this Hope It solves your problem Link to comment Share on other sites More sharing options...
BlueskyVPS Posted December 22, 2011 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 24 Reputation: 3 Joined: 11/08/11 Last Seen: November 23, 2012 Share Posted December 22, 2011 jaypee i think its on application.php 'BaseURI' => 'FluxCP or where your flux folder is located on www/public_html', // The base URI is the base web root on which your application lies. Link to comment Share on other sites More sharing options...
JayPee Posted December 22, 2011 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted December 22, 2011 (edited) @TooTpher Nope Its not the problem 'BaseURI' => 'FluxCP or where your flux folder is located on www/public_html', // The base URI is the base web root on which your application lies. I also have the correct configuration on that. Its pretty weird. Edited December 22, 2011 by JayPeeMateo Link to comment Share on other sites More sharing options...
Mystery Posted December 22, 2011 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Author Share Posted December 22, 2011 'UseMD5' => true, ---> Was the problem Thanks a lot everyone. Link to comment Share on other sites More sharing options...
Question
Mystery
I searched but couldn't find anything..
Anyways, for some reason when I try logging in to my FluxCP it says I have the wrong loggin credentials even though they're right..
I heard it had to do with something regarding the MD5 setting.. o_O
Link to comment
Share on other sites
6 answers to this question
Recommended Posts