Jump to content
  • 0

Flux registration issue -_-


Santafe

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

Hey guyz, No matter WHAT fluxcp i use either its xantara or akkarin's flux, ALWAYS i register a new account in flux but i cant login with the same password ingame -_- i donno y it always says incorrect password. i tried _M and _F with the username already registered in flux bt thats alright since it says there already exists an account with that username. PLZ help me ive been going psycho with this X_X

 

Example:

How i register passwrd in flux : omg1221

How it shows in mysql : 1291ruusajfiasiqwuru1u238rr92j(something like this)

and i cant login ingame JUST because of this thing T_T PLZ help me.

 

THnx and regards~ Santafe

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  461
  • Reputation:   61
  • Joined:  08/28/12
  • Last Seen:  

You need to set MD5 on in rAthena.

 

conf/login_athena.conf

// Store passwords as MD5 hashes instead of plain text?
// NOTE: Will not work with clients that use <passwordencrypt>
use_MD5_passwords: yes
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

Ohhh so ok that helped ALOT thnx D:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   5
  • Joined:  12/05/12
  • Last Seen:  

I know i am a bit late ^^

 

BUT ^^

 

You can also turn MD5 on or off if flux/config/servers.php (UseMD5 = False or True)

// Login server configuration.
		'LoginServer'    => array(
			'Address'  => '127.0.0.1',
			'Port'     => 6900,
			'UseMD5'   => false,
			'NoCase'   => true, // rA account case-sensitivity; Default: Case-INsensitive (true).
			'GroupID'  => 0,    // Default account group ID during registration.
			//'Database' => 'ragnarok'
		),
Link to comment
Share on other sites

×
×
  • Create New...