mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 17:06:54 +01:00
* [MOD] Removed account's login requirement. Related #712. Thanks to @joerg for the feedback.
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -168,10 +168,6 @@ final class AccountForm extends FormBase implements FormInterface
|
||||
throw new ValidationException(__u('Es necesario un nombre de cliente'));
|
||||
}
|
||||
|
||||
if (!$this->accountRequest->login) {
|
||||
throw new ValidationException(__u('Es necesario un usuario'));
|
||||
}
|
||||
|
||||
if (!$this->accountRequest->categoryId) {
|
||||
throw new ValidationException(__u('Es necesario una categoría'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user