BUG 7435 Username (or Live Workspace)" field requires email

Fixed changing validation from email to Any
This commit is contained in:
Hugo Loza
2011-08-12 12:31:18 -04:00
parent 2b99bb1243
commit e076dc48e1

View File

@@ -7,7 +7,7 @@
<en>Login into ProcessMaker Library</en>
</TITLE>
<PML_USER type="text" size="25" maxlength="50" validate="Email" required="1">
<PML_USER type="text" size="25" maxlength="50" validate="Any" required="1">
<en>Username (or Live Workspace)</en>
</PML_USER>