mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
use a verb for the login button
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
2e64f989d6
commit
bba267511c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
<input type="text" autocomplete="off" name="password" placeholder="Password" />
|
<input type="text" autocomplete="off" name="password" placeholder="Password" />
|
||||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||||
<input type="submit" class="button" value="Login" />
|
<input type="submit" class="button" value="Log in" />
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>The login is blocked since Nextcloud is running. Please use the automatic login from your Nextcloud.<br><br>
|
<p>The login is blocked since Nextcloud is running. Please use the automatic login from your Nextcloud.<br><br>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue