summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-10-31 16:30:21 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-10-31 16:44:45 -0300
commit51cfd78c39d8eeab0c3004b7acb3ce0411742556 (patch)
tree1661ecf77c7d90043ab4e75d299d8b28250e8c4d /changes
parent553bc677db6e24758c8a0d842de0d1839118271e (diff)
Password change policy improvement.
Only allow the user to change its password if is logged in and: - provider supports email and its started. - provider does not support email. In case that the conditions needed are not fullfiled, show the user the actions needed to be able to change its password. [Closes #4093]
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-4093_change-password-policy2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug-4093_change-password-policy b/changes/bug-4093_change-password-policy
new file mode 100644
index 00000000..87f6fd15
--- /dev/null
+++ b/changes/bug-4093_change-password-policy
@@ -0,0 +1,2 @@
+ - Enable password change in the client only if it has started the correct
+ services. Closes #4093.