1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-09-06 02:59:05 +02:00

Merge branch 'phone_input' into 'main'

Phone input

See merge request bde/nk20!351
This commit is contained in:
ehouarn
2025-09-03 18:40:26 +02:00
6 changed files with 145 additions and 6 deletions

View File

@@ -306,8 +306,8 @@ PIC_WIDTH = 200
PIC_RATIO = 1
# Custom phone number format
PHONENUMBER_DB_FORMAT = 'NATIONAL'
PHONENUMBER_DEFAULT_REGION = 'FR'
PHONENUMBER_DB_FORMAT = 'E164'
PHONENUMBER_DEFAULT_REGION = None
# We add custom information to CAS, in order to give a normalized name to other services
CAS_AUTH_CLASS = 'member.auth.CustomAuthUser'