aoktox / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Allow user to see their response when they are filling in the challenge response #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, this is an enhancement requests cause its a hassle to move between pages to 
set up challenge response due to the fact that we wasn't able to see what we 
are typing before we confirm responses.

What steps will reproduce the problem?
1. Setting up challenge responses.
2.
3.

What is the expected output? What do you see instead?
It will be more convenience if the user were able to see the response they are 
inputing when they are setting up the challenge responses.

What version of PWM are you using?
V1.5.5

What ldap directory and version are you using?
SUN Directory

Please paste any error log messages below:
N.A.

Original issue reported on code.google.com by jasonyeo...@gmail.com on 31 Aug 2011 at 8:30

GoogleCodeExporter commented 9 years ago
On the bottom of the page, there is a "Show Responses" button that does this 
already.  Is this not working, or not what your asking for?

Original comment by jrivard on 31 Aug 2011 at 4:22

GoogleCodeExporter commented 9 years ago
If you meant on the bottom of setting challenge response or challenge response 
question page there is a "show responses" button, i do not see any.

If you meant that on the bottom of config manager page, there is a "show 
response confirmation" option, yes there is, but it ain't what we are looking 
for.

Original comment by jasonyeo...@gmail.com on 1 Sep 2011 at 2:17

GoogleCodeExporter commented 9 years ago
Yep, on the bottom of the setup responses page.

If I recall, this won't show on certain ancient browsers (ie6) as the browser 
doesn't allow toggling the input form field from password to text type.

What browser are you using?  Are you seeing any javascript error pages when you 
load the /pwm/private/SetupResponses page?

Original comment by jrivard on 1 Sep 2011 at 2:26

Attachments:

GoogleCodeExporter commented 9 years ago
I'm using ie9, there isn't any javascript error pages.

Is there anyway of enabling/disabling that button?

Original comment by jasonyeo...@gmail.com on 1 Sep 2011 at 3:13

GoogleCodeExporter commented 9 years ago
I just tried on ie9, shows up fine.  Theres no disable/enable.  In the html 
it's declared a hidden button, and then javascript is used on page startup to 
test the toggleHiddenResponses() javascript method, and if that works without 
an error, the button gets changed to a button instead of hidden.  You could try 
editing the setupresponses.jsp and changing the button type to 'button' instead 
of hidden.

Have you tried any other browsers?  Maybe something in your browser is blocking 
it for some reason.

Original comment by jrivard on 1 Sep 2011 at 3:27

GoogleCodeExporter commented 9 years ago
o ya i change it from hidden to button and it work, thanks =)

I've tried other browsers too, its still the same though.

Original comment by jasonyeo...@gmail.com on 1 Sep 2011 at 3:45

GoogleCodeExporter commented 9 years ago

Original comment by jrivard on 20 Sep 2011 at 2:33