Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email Recovery #38

Closed
Watchdog87 opened this issue Apr 5, 2014 · 4 comments
Closed

Email Recovery #38

Watchdog87 opened this issue Apr 5, 2014 · 4 comments
Assignees
Labels
bug General bug not specified to a server version.
Milestone

Comments

@Watchdog87
Copy link

When I try to recover my password or account name it just gives me the message "That character name does not exist.".

@Znote Znote added this to the Znote AAC 1.5 milestone Apr 5, 2014
@Znote
Copy link
Owner

Znote commented Apr 5, 2014

I will probably remake the recovery system. Added to Znote AAC 1.5 milestole.

@Znote Znote self-assigned this Apr 20, 2014
@Znote Znote added the bug label Apr 25, 2014
@peonso
Copy link
Contributor

peonso commented Aug 2, 2014

function user_character_exist returns player_id
https://github.com/Znote/ZnoteAAC/blob/master/engine/function/users.php#L1336

recovery.php checks if its true
https://github.com/Znote/ZnoteAAC/blob/master/recovery.php#L16

I changed line above for if (user_character_exist($_POST['character']) > 0) {

@kauezatarin
Copy link

It worked for the password recovery, but doen´t works for the userame recovery ):

@Znote
Copy link
Owner

Znote commented Sep 6, 2014

Just commited the email system, right now it is only used for activating newly registered accounts. But I will fix account recovery next. 👍

@Znote Znote closed this as completed in 0179b2c Sep 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug General bug not specified to a server version.
Projects
None yet
Development

No branches or pull requests

4 participants