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

merged develop into master branch #719

Merged
merged 14 commits into from
Sep 7, 2015
Merged

merged develop into master branch #719

merged 14 commits into from
Sep 7, 2015

Conversation

panique
Copy link
Owner

@panique panique commented Sep 7, 2015

No description provided.

Josh Bridge and others added 14 commits July 27, 2015 15:52
Added a changePassword Page so logged in users can change their password
(if they know the current password)

Renamed some previous functions to make it more clear they are for the
resetPassword page, not the changePassword page
Forgot to add this on the last commit (whoops)

Just a link to the changePassword page on the header if a user is logged
in
(Whoops) left in a line which printed out the password hash on error 

(I did this during writing to make sure the hash was making it to this point)
Removed _action from some function names I made that didn't need it
(because they're not specifically for form submit)

Also changed returning of some functions, to make sure they can show
more than one error at once (e.g. username is taken and email is taken,
before this would require one field to be fixed before seeing the other
error)

Removed a link from changePassword page (it was there for resetPassword
and is no longer needed)
Replaced hidden input for username and just get username directly in the
changePassword_action function
Renamed header for resetPassword
Fixed an error where the registerNewUser() function returned too early
Regenerate Session ID on password change
Turns out it logs you out if you do this, I'll let someone else figure out how to regenerate session id without logging out
…e feature when user is found / not found
PR #689 : added password change feature
panique added a commit that referenced this pull request Sep 7, 2015
merged develop into master branch
@panique panique merged commit de59116 into master Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant