[extensions-web/wip/api/v1] settings: sort rest-registration settings
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/wip/api/v1] settings: sort rest-registration settings
- Date: Mon, 12 Sep 2022 16:46:28 +0000 (UTC)
commit 7b27d6fe05adede4382c91ec64a38219db3c55c9
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Mon Sep 12 20:41:12 2022 +0400
settings: sort rest-registration settings
sweettooth/settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index dc84e89..49184f2 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -239,9 +239,9 @@ NO_STATICFILES_SETTINGS = False
REST_REGISTRATION = {
+ 'REGISTER_EMAIL_VERIFICATION_URL': urljoin(BASE_URL, '/verify-email'),
'REGISTER_VERIFICATION_URL': urljoin(BASE_URL, '/verify-user'),
'RESET_PASSWORD_VERIFICATION_URL': urljoin(BASE_URL, '/reset-password'),
- 'REGISTER_EMAIL_VERIFICATION_URL': urljoin(BASE_URL, '/verify-email'),
'VERIFICATION_FROM_EMAIL': DEFAULT_FROM_EMAIL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]