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 password-based login to Admin page #74

Open
taoeffect opened this issue Dec 9, 2014 · 1 comment
Open

Add password-based login to Admin page #74

taoeffect opened this issue Dec 9, 2014 · 1 comment

Comments

@taoeffect
Copy link
Member

taoeffect commented Dec 9, 2014

Requirements:

  • Passwords stored on disk using either bcrypt or scrypt (latter preferred)
  • Password itself never sent over the wire
  • Ability to change password
  • On first load of admin interface, set the password. ABSOLUTELY NO DEFAULT PASSWORDS OF ANY SORT!! Grrr!! 😾

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6891167-add-password-based-login-to-admin-page?utm_campaign=plugin&utm_content=tracker%2F528702&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F528702&utm_medium=issues&utm_source=github).
@taoeffect
Copy link
Member Author

@wemeetagain I'll work on this with you. I think a good plan of action is to:

  1. Work on the admin branch (maybe rebase it again off of master, if necessary, depending on what else we decide to do first)
  2. You can focus on the actual GUI aspect of this and storing of the password to disk
  3. I'll implement the password hashing part (ensuring proper bcrypt/scrypt usage)

@taoeffect taoeffect assigned taoeffect and unassigned wemeetagain Dec 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants