mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #12581
[Bug 1191453] A change has been merged
Reviewed: https://reviews.mahara.org/2278
Committed: http://gitorious.org/mahara/mahara/commit/9c2c72b6ff3c8db1c2c7cffdfd4dbe316a79d1cb
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 9c2c72b6ff3c8db1c2c7cffdfd4dbe316a79d1cb
Author: Kristina D.C. Hoeppner <kristina@xxxxxxxxxxxxxxx>
Date: Sun Jun 16 14:48:50 2013 +1200
Bug #1191453: Make password field of type password
The password should not be displayed in
plaintext. I changed the type of the input
field to "password" to account for that.
Change-Id: I5d64470291e1c81b31bc0aaeb8cd65d809412ae7
Signed-off-by: Kristina D.C. Hoeppner <kristina@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1191453
Title:
Don't show password in cleartext
Status in Mahara ePortfolio:
In Progress
Bug description:
When you are on admin/edit.php or admin/add.php, the password you
enter for a user is displayed in cleartext. This is not good esp. when
you have form filling turned on in your browser as it remembers the
passwords that you typed in.
The easiest solution is to make this field type "password" so that it
is treated like a password field.
More complicated would be to allow the admin to toggle between viewing
the password or not (like in Moodle) or to implement a password
confirmation (like on the account settings page).
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1191453/+subscriptions
References