mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
9 lines
281 B
Python
9 lines
281 B
Python
![]() |
''' Utility: Text messages. '''
|
||
|
# pylint: skip-file
|
||
|
|
||
|
def passwordAuthFailed():
|
||
|
return 'Неизвестное сочетание имени пользователя и пароля'
|
||
|
|
||
|
def passwordsNotMatch():
|
||
|
return 'Введенные пароли не совпадают'
|