beakerbrowser / hashbase

A Dat-hosting service for multiple users
https://hashbase.io
MIT License
239 stars 38 forks source link

Using password validation for admin passwords #87

Closed martinheidegger closed 6 years ago

martinheidegger commented 6 years ago

This small PR adds validation to the creation of an admin password. Before this PR it was possible to specify an admin password that doesn't match the criteria for a password (requiring to change it). After this PR we get a nice error message.

pfrazee commented 6 years ago

👍 solid, thanks