Revealing the password in the Admin secyion

8 posts by 5 authors in: Forums > CMS Builder
Last Post: June 4, 2010   (RSS)

By NigelGordijk - June 3, 2010 - edited: June 3, 2010

Hi, there.

Is there a way to reveal the passwords for user accounts on the Admin page of CMSB? This is so I can see passwords, rather than the black circles that currently appear. (Please see attachment.)
Nigel Gordijk

Common Sense Design: User-focused Web design
Tel: 001 519 342 5348 | Web: www.commonsensedesign.net

Re: [NigelGordijk] Revealing the password in the Admin secyion

By zip222 - June 3, 2010

If you use Firefox, the Web Developer Toolbar can do this for you.

https://addons.mozilla.org/en-US/firefox/addon/60/

Re: [zip222] Revealing the password in the Admin secyion

By NigelGordijk - June 3, 2010

Thanks for this, but I was looking for a solution that my client could use as part of CMSB, rather than browser-based. This is a useful tool for me, though.
Nigel Gordijk

Common Sense Design: User-focused Web design
Tel: 001 519 342 5348 | Web: www.commonsensedesign.net

Re: [NigelGordijk] Revealing the password in the Admin secyion

By Djulia - June 3, 2010 - edited: June 3, 2010

Hi,

I use sometimes this solution (Technique 2) :
http://www.mollerus.net/tom/blog/2009/07/_username_password_function_revealpasswordreveal.html

I think that it would be possible to integrate it in a plugin.

You also have:
http://plugins.jquery.com/project/showPasswordCheckbox

Djulia

Re: [Djulia] Revealing the password in the Admin secyion

By NigelGordijk - June 3, 2010

Thanks, Djulia. I'll give this a go.
Nigel Gordijk

Common Sense Design: User-focused Web design
Tel: 001 519 342 5348 | Web: www.commonsensedesign.net

Re: [NigelGordijk] Revealing the password in the Admin secyion

By Djulia - June 3, 2010 - edited: June 3, 2010

Here a solution for cmsB 2.04 and http://code.google.com/p/dpassword/ :

1) in lib/menus/default/edit_fonctions.php (line 174) add:
id="$fieldname"


2) in Admin > Section Editors > User Accounts
a) Enable System Field Editing
b) Modify Password
c) Add in Field Description :

<input type="submit" name="submit" value="show password" id="submit" onclick="alert('fieldname: ' + $('#password').attr('name') + '\npassword value: '+ $('#password').val()); return false;"/>

Djulia



Attachments:

capture1_010.gif 2K

Re: [sagentic] Revealing the password in the Admin secyion

By Chris - June 4, 2010

Hi there,

Does this method help? Uncheck this option:

Admin > Section Editors > User Accounts > modify "password" field > Advanced Options (show all) >
Password Field - hide text that users enter (show values as *****)


Please let me know if you have any questions.
All the best,
Chris