• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] User Signup Form

Started by awsjulio,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

awsjulioTopic starter

The user sign up form has no email format validation. not only can you successfully register with "oaubflwebflakjw.bef." as an email, but you can register using an already existing username. This would allow for confusing comment discussions or fake user accounts.
  •  

PHPVibe A.

Hi! I know, I'm on it for the next patch.

awsjulioTopic starter

  •  

awsjulioTopic starter

Quote from: Alexander on
Hi! I know, I'm on it for the next patch.

Not sure if you or anyone else would be interested. Bootstrap 2 has an ok input validation system. It uses "browser default" formats for validation. At least it works.

<input class="span3" type="email" required>


http://getbootstrap.com/2.3.2/base-css.html#forms
  •  

PHPVibe A.

It's limited to modern browsers, that's html5 there.

Similar topics (7)