[FIX] Registration password lenght, API class default time
This commit is contained in:
parent
fe31737576
commit
727b082059
@ -63,4 +63,4 @@ $api = new Api();
|
|||||||
$api->setConfig($config);
|
$api->setConfig($config);
|
||||||
$api->setUser($user);
|
$api->setUser($user);
|
||||||
$api->setSetting($setting);
|
$api->setSetting($setting);
|
||||||
$api->setStartTime($dStartTime);
|
$api->setStartTime($dStartTime=microtime(true));
|
||||||
|
|||||||
@ -13,9 +13,9 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label>Password</label>
|
<label>Password</label>
|
||||||
<input type="password" class="text tiny" name="password1" value="" size="15" maxlength="20" required>
|
<input type="password" class="text tiny" name="password1" value="" size="15" maxlength="100" required>
|
||||||
<label>Repeat Password</label>
|
<label>Repeat Password</label>
|
||||||
<input type="password" class="text tiny" name="password2" value="" size="15" maxlength="20" required>
|
<input type="password" class="text tiny" name="password2" value="" size="15" maxlength="100" required>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label>Email</label>
|
<label>Email</label>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user