Commit Graph

7 Commits (054a523738ea694da06465bb7002a42abbe9e68b)

Author SHA1 Message Date
Mikunj ae8b3899ad Changed registration to be a 2 step process. 6 years ago
Mikunj 6bd2d3962e Linted files 6 years ago
Beaudan 415d0858e8 Allow spaces in password 6 years ago
Mikunj 9e995bde6c Review fixes.
Updated tests.
6 years ago
Mikunj 0b87f13699 Added password dialog view. 6 years ago
Mikunj f53bec38a5 Added password inputs on registration screen.
Fix case where db is deleted but password hash still remains which causes user to never register.
Allow password to have symbols and other characters.
Added more tests.

Moved passHash from config into the sqlite db.
We can do this because we assume if sql failed to initialise then the key provided was wrong and thus we can show the user the password page.
6 years ago
Mikunj 6620244d03 Show main window on correct password; 6 years ago