Alias mails : seuls ceux finissant par @crans.org sont autorisés.
This commit is contained in:
parent
ee71be3634
commit
ea2d47c3c4
1 changed files with 2 additions and 0 deletions
|
@ -1577,6 +1577,8 @@ class BaseProprietaire(BaseClasseCrans):
|
||||||
|
|
||||||
if '@' not in new:
|
if '@' not in new:
|
||||||
new += '@crans.org'
|
new += '@crans.org'
|
||||||
|
else:
|
||||||
|
new = new.split('@')[0].lower() + '@crans.org'
|
||||||
|
|
||||||
if index != -1:
|
if index != -1:
|
||||||
liste[index] = new
|
liste[index] = new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue