Jump to content
  • 0

account registering error on flux


Question

Posted

hi there everyone! i am getting this error when trying to register on my server

but even after getting this error the account is registered. 

any ideas how to fix this?

all help is grealy appreciated and thanks in advance

16145115_1749185608731049_1162245445_o.png

9 answers to this question

Recommended Posts

  • 0
Posted (edited)

restore your last work before it happen. Or try to re install. And if you try all of those then the best solution is to use a clean flux cp (Back at One)

Edited by chatterboy
  • Upvote 1
  • 0
Posted
5 hours ago, chatterboy said:

restore your last work before it happen. Or try to re install. And if you try all of those then the best solution is to use a clean flux cp (Back at One)

we tried restoring and even reinstalling but no luck the error still exist. any other ideas how to solve this? 

thanks!

  • 0
Posted

The error tells you it's a Login error. If you're using an old theme that doesn't have email confirmation that could be a cause. You could also check your error logs..

The error message comes from:

if (!$loginAthenaGroup->isAuth($username, $password)) {
	throw new Flux_LoginError('Invalid login', Flux_LoginError::INVALID_LOGIN);
}

Essentially this means your username and/or password is wrong. Check for MD5 usage in FluxCP configs and within your database. This is the more likely cause.

  • Upvote 1
  • 0
Posted (edited)
9 hours ago, Akkarin said:

The error tells you it's a Login error. If you're using an old theme that doesn't have email confirmation that could be a cause. You could also check your error logs..

The error message comes from:


if (!$loginAthenaGroup->isAuth($username, $password)) {
	throw new Flux_LoginError('Invalid login', Flux_LoginError::INVALID_LOGIN);
}

Essentially this means your username and/or password is wrong. Check for MD5 usage in FluxCP configs and within your database. This is the more likely cause.

Hi akkarin thank you for your reply... 
I made sure MD5 is false and my fluxcp latest which is working from last 2 months and all of sudden I am getting this issue. And the problem is happening when creating new account only, and the account is actually getting created but something stopping it to login automatically after creating account. I can login normally. I checked logs I don't find anything which I can fix..

 

edit: im adding this image hoping it could help me get the fix. thanks again.

received_1412832978749637.jpeg

Edited by spamboo08
  • 0
Posted

Issues like this don't just randomly popup, they are caused by a configuration issue.

This one in particular is about the username and password not matching the credentials in the database. 

Are you using a custom theme?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...