Closed (fixed)
Project:
AES encryption
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2011 at 16:36 UTC
Updated:
3 Feb 2015 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Leeteq commentedI think that when Javascript is disabled, it should provide a dedicated link to load the password manually to its own "page".
With JS enabled, the link should collapse so the password is initially hidden behind the link, then revealed inline when clicking on the link.
(Setting it for 7.x first, which then may be backported.)
Comment #2
EvanDonovan commentedPersonally, I think this might be considered a security issue. Not everyone uses JS.
It is mitigated to a certain extent by the fact that only the user will see it him/herself.
What's the best way to handle this, do you think?
Comment #3
iberezovchuk commentedThere are ajax link for showing password on user page.
Comment #4
andriyun commentedI think code from this function should move to line 416.
There is no need for new custom function.
Please note to space after dots. And line length should be less than 80 characters
Please add documentation for function.
Comment #5
andriyun commentedIf aes_view_password_form is never used, should be remove function code from module
Comment #6
podarokUser's pasword
Needs docblock
Needs docblock
Comment #7
iberezovchuk commentedComment #8
iberezovchuk commentedThere is patch with fixed bugs.
Comment #9
podarokCode looks good for me.
Comment #11
dpovshed commented