mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Fixed password length bug
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<h3>{% trans 'Library' %} <span class="op-target"></span> {% trans 'is encrypted' %}</h3>
|
||||
<input type="hidden" name="repo_id" value="" />
|
||||
<label>{% trans 'Password:' %}</label><br />
|
||||
<input type="password" name="password" maxlength="15" class="long-input" />
|
||||
<input type="password" name="password" maxlength="30" class="long-input" />
|
||||
<p class="tip">{% trans 'The password will be kept in the server for only 1 hour.' %}</p>
|
||||
<p class="error"></p>
|
||||
<input type="submit" class="submit" value="{% trans 'Submit' %}" />
|
||||
|
Reference in New Issue
Block a user