Skip to content

Reset email, password, fix tokens (fix #21, #4)#22

Merged
grigoriev-semyon merged 12 commits intomainfrom
4-кнопка-забыли-пароль+изменение-параметров-email-плагина
Jan 22, 2023

Hidden character warning

The head ref may contain hidden characters: "4-\u043a\u043d\u043e\u043f\u043a\u0430-\u0437\u0430\u0431\u044b\u043b\u0438-\u043f\u0430\u0440\u043e\u043b\u044c+\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435-\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432-email-\u043f\u043b\u0430\u0433\u0438\u043d\u0430"
Merged

Reset email, password, fix tokens (fix #21, #4)#22
grigoriev-semyon merged 12 commits intomainfrom
4-кнопка-забыли-пароль+изменение-параметров-email-плагина

Conversation

@grigoriev-semyon
Copy link
Copy Markdown
Member

No description provided.

@grigoriev-semyon
Copy link
Copy Markdown
Member Author

+Python 3.11 support

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2022

✅ Result of Pytest Coverage

---------- coverage: platform linux, python 3.11.1-final-0 -----------

Name Stmts Miss Cover
auth_backend/init.py 0 0 100%
auth_backend/main.py 6 6 0%
auth_backend/auth_plugins/init.py 3 0 100%
auth_backend/auth_plugins/auth_method.py 35 2 94%
auth_backend/auth_plugins/email.py 201 21 90%
auth_backend/base.py 12 4 67%
auth_backend/exceptions.py 15 2 87%
auth_backend/models/init.py 3 0 100%
auth_backend/models/base.py 13 4 69%
auth_backend/models/db.py 45 2 96%
auth_backend/routes/init.py 3 0 100%
auth_backend/routes/base.py 17 3 82%
auth_backend/routes/exc_handlers.py 23 3 87%
auth_backend/routes/models/init.py 0 0 100%
auth_backend/routes/models/models.py 4 0 100%
auth_backend/routes/user_session.py 30 2 93%
auth_backend/settings.py 24 0 100%
auth_backend/utils/init.py 0 0 100%
auth_backend/utils/smtp.py 94 79 16%
TOTAL 528 128 76%
======================== 17 passed, 1

@grigoriev-semyon grigoriev-semyon marked this pull request as draft December 8, 2022 03:36
@grigoriev-semyon grigoriev-semyon linked an issue Dec 8, 2022 that may be closed by this pull request
@grigoriev-semyon grigoriev-semyon added bug 🐞 Что-то не работает new feature 🆕 Новая фича или запрос на нее labels Dec 8, 2022
@grigoriev-semyon grigoriev-semyon marked this pull request as ready for review December 10, 2022 03:18
Comment thread auth_backend/routes/user_session.py Outdated
Comment thread auth_backend/auth_plugins/auth_method.py
Comment thread auth_backend/auth_plugins/email.py
Comment thread auth_backend/auth_plugins/email.py Outdated
Comment thread auth_backend/auth_plugins/auth_method.py Outdated
Comment thread auth_backend/auth_plugins/auth_method.py Outdated
Comment thread auth_backend/auth_plugins/email.py
Comment thread auth_backend/auth_plugins/email.py
Comment thread auth_backend/auth_plugins/email.py Outdated
Comment thread auth_backend/routes/user_session.py Outdated
Comment thread auth_backend/routes/user_session.py Outdated
Comment thread auth_backend/routes/user_session.py Outdated
Comment thread auth_backend/settings.py Outdated
Comment thread auth_backend/templates/password_change_notification.html Outdated
Copy link
Copy Markdown
Member

@dyakovri dyakovri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Без комментариев :)

Comment thread tests/test_routes/test_login.py
@grigoriev-semyon grigoriev-semyon merged commit 2002b38 into main Jan 22, 2023
@grigoriev-semyon grigoriev-semyon deleted the 4-кнопка-забыли-пароль+изменение-параметров-email-плагина branch January 22, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🐞 Что-то не работает new feature 🆕 Новая фича или запрос на нее

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Пофиксить токены Кнопка забыли пароль+изменение параметров email плагина

3 participants