-
Updated
Jul 29, 2020 - JavaScript
Heroku
Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.
Here are 6,935 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Go
-
Updated
Jul 22, 2020 - HTML
-
Updated
Aug 31, 2020 - TypeScript
Dark Mode
Is your enhancement request related to a problem? Please describe.
No
Describe the solution you'd like
A dark mode theme for the staff interface.
Describe alternatives you've considered
Can use alternative hacks but these often break notifications on some platforms.
Additional context
This would help with late night working whereas most OSs support dark mode for applic
Is your feature request related to a problem?
We can display any property in the events/person tables. it'd be nice for users to be able to pick which columns we display themselves.
Describe the solution you'd like
I want to have a super simple interface (in a modal) that allows me to pick which columns should be shown. We have two types of things we can show here. Some are a little
-
Updated
Jul 12, 2020 - Python
-
Updated
Aug 27, 2020 - Shell
-
Updated
Mar 26, 2020 - Swift
For now let's just show it, we don't want to make it editable until we have a better email verification flow.
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 10, 2020 - Python
Migration to bcrypt
Context
- This is part of
release-1.5#148 - MEDIUM priority task
Tasks
- Remove dependency
bcrypt-nodejsinpackage.json - Add dependency
bcryptinpackage.json - Migrate file app/data/user-dao.js to bcrypt
- Validate the instalation with the local test
- Add and submit the chang
Upgrade dependencies
-
Updated
Aug 28, 2020 - Python
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Feb 24, 2019
-
Updated
Jul 30, 2020 - Python
-
Updated
Oct 8, 2018 - TypeScript
-
Updated
Jul 23, 2020 - Python
-
Updated
Jan 22, 2018 - Python
-
Updated
Aug 27, 2020 - Shell
-
Updated
Aug 31, 2020 - Ruby
-
Updated
Aug 2, 2020 - HTML
-
Updated
Aug 30, 2020 - Python
-
Updated
Oct 21, 2019 - Python
- Organization
- heroku
- Website
- www.heroku.com
- Wikipedia
- Wikipedia

It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like: