Project renaming

This commit is contained in:
Daniel García
2021-04-27 23:18:32 +02:00
parent ced7f1771a
commit 34ea10475d
56 changed files with 231 additions and 232 deletions

View File

@@ -95,7 +95,7 @@ fn register(data: JsonUpcase<RegisterData>, conn: DbConn) -> EmptyResult {
}
None => {
// Order is important here; the invitation check must come first
// because the bitwarden_rs admin can invite anyone, regardless
// because the vaultwarden admin can invite anyone, regardless
// of other signup restrictions.
if Invitation::take(&data.Email, &conn) || CONFIG.is_signup_allowed(&data.Email) {
User::new(data.Email.clone())