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

Add a protocol to change password #30

Closed
magnitopic opened this issue Nov 14, 2018 · 2 comments
Closed

Add a protocol to change password #30

magnitopic opened this issue Nov 14, 2018 · 2 comments
Assignees
Labels
1. Type: enhancement Improve an existing feature / idea 2. Importance: medium Medium importance 3. Target: server Server related issue

Comments

@magnitopic
Copy link
Contributor

When we finish the settings page we'll need a protocol to change the user's password.

@magnitopic magnitopic added 2. Importance: medium Medium importance 3. Target: server Server related issue labels Nov 14, 2018
@spaceface777 spaceface777 added the 1. Type: enhancement Improve an existing feature / idea label Nov 15, 2018
@spaceface777
Copy link
Contributor

spaceface777 commented Nov 15, 2018

It would contain 3 values:

  • Old password
  • New password
  • New password (again)

The code would be very similar to the registration process, only replacing db.add with db.replace (using the actual functions, this was just an example)

@ThePerkinrex
Copy link
Contributor

fixed on 6eccc98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Type: enhancement Improve an existing feature / idea 2. Importance: medium Medium importance 3. Target: server Server related issue
Projects
None yet
Development

No branches or pull requests

3 participants