davideuler / pwm

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

Confirm Email Field in Chrome wants time type entry #335

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Activate Account in Google Chrome
2. Once confirmed through captcha and taken to the activate account page, all 
fields appear normally except confirm email. Confirm email field shows up as 
time type field with up/down arrows. Note: This only happens in Google Chrome

What is the expected output? What do you see instead?
We expect an alphanumeric text entry field and instead see a time type field.

What version of PWM are you using?
pwm v1.6.4

What ldap directory and version are you using?
Active Directory (Server 2008 R2)

Please paste any error log messages below:
No relevant error log messages

Original issue reported on code.google.com by xco...@gmail.com on 7 Feb 2013 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
Just ran into this same issue this morning.
PWM v1.6.4 b1185
Chrome: 26.0.1410.43 m
Running on CentOS 5.9 64 bit
tomcat5.x86_64                             5.5.23-0jpp.38.el5_9

Original comment by TomBo...@gmail.com on 9 Apr 2013 at 2:11

GoogleCodeExporter commented 9 years ago
checking the html on the "New User Registration" page, it shows.
<input style="border:0; width: 100%" id="mail_confirm" name="mail_confirm" 
value="" required="true" maxlength="50" type="time">

The "time" type tag is only interpreted correctly by Chrome and Safari. but is 
ignored by Firefox and IE which allow the field to work.
Type for this field should be something other than "time" :)
Assuming as the other browsers catch up they will stop working also.

Original comment by magw2...@gmail.com on 1 May 2013 at 8:38