mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Updated invalid usernames
This commit is contained in:
@@ -8,7 +8,7 @@ from backend.reminders import Reminders
|
||||
from backend.security import generate_salt_hash, get_hash
|
||||
|
||||
ONEPASS_USERNAME_CHARACTERS = 'abcedfghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-.!@$'
|
||||
ONEPASS_INVALID_USERNAMES = ['users','api']
|
||||
ONEPASS_INVALID_USERNAMES = ['reminders','api']
|
||||
|
||||
class User:
|
||||
"""Represents an user account
|
||||
|
||||
Reference in New Issue
Block a user