-
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,865 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Go
-
Updated
Jul 22, 2020 - HTML
-
Updated
Aug 26, 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
Bug description
Please describe.
If this affects the front-end, screenshots would be of great help.
Trailing spaces in the selector box are not removed automatically and can mess up the event results when saving an action
Expected behavior
How to reproduce
- Create a new action with any selector
- put in a couple of spaces at the end of the line in the selec
-
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 25, 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 20, 2020 - Python
-
Updated
Aug 10, 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 26, 2020 - Shell
-
Updated
Aug 23, 2020 - Ruby
-
Updated
Aug 2, 2020 - HTML
-
Updated
Aug 9, 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: