Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
e9148c56
Commit
e9148c56
authored
Jan 24, 2013
by
Constantinos Venetsanopoulos
Browse files
Update Astakos help text message
Change the message on the form in which the user changes his/her password.
parent
1bb01768
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/models.py
View file @
e9148c56
...
...
@@ -1028,7 +1028,9 @@ class EmailChangeManager(models.Manager):
class
EmailChange
(
models
.
Model
):
new_email_address
=
models
.
EmailField
(
_
(
u
'new e-mail address'
),
help_text
=
_
(
'Your old email address will be used until you verify your new one.'
))
help_text
=
_
(
'Provide a new email address. Until you verify the new '
'address by following the activation link that will be '
'sent to it, your old email address will remain active.'
))
user
=
models
.
ForeignKey
(
AstakosUser
,
unique
=
True
,
related_name
=
'emailchanges'
)
requested_at
=
models
.
DateTimeField
(
auto_now_add
=
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment