Push updates to login page, mostly UI enhancements.

This commit is contained in:
Dane Everitt 2017-11-18 15:09:58 -06:00
parent c7c2c1a45e
commit 6f52f4a614
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
13 changed files with 420 additions and 433 deletions

View file

@ -18,6 +18,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Moved Docker image setting to be on the startup management page for a server rather than the details page. This value changes based on the Nest and Egg that are selected.
* Two-Factor authentication tokens are now 32 bytes in length, and are stored encrypted at rest in the database.
* Login page UI has been improved to be more sleek and welcoming to users.
* Changed 2FA login process to be more secure. Previously authentication checking happened on the 2FA post page, now it happens prior and is passed along to the 2FA page to avoid storing any credentials.
## v0.7.0-beta.1 (Derelict Dermodactylus)
### Added