Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-09-24 14:33:37 +0300
committerArthur Schiwon <blizzz@owncloud.com>2015-09-24 14:33:37 +0300
commit8e57757045577abe84b9497179c97023d3ecd3c2 (patch)
tree3588e4193e6aa37a818690d47e582ca8c7dc964e /apps/user_ldap/templates
parent8d6ec660a277cd0ced350ed706811b65e913ec9b (diff)
LDAP Wizard: enable/disable test login name button depending on whether a login name is provided or not
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r--apps/user_ldap/templates/part.wizard-loginfilter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/part.wizard-loginfilter.php b/apps/user_ldap/templates/part.wizard-loginfilter.php
index 8d9fccf24b8..a13931d9327 100644
--- a/apps/user_ldap/templates/part.wizard-loginfilter.php
+++ b/apps/user_ldap/templates/part.wizard-loginfilter.php
@@ -52,7 +52,7 @@
placeholder="<?php p($l->t('Test Loginname'));?>"
class="ldapVerifyInput"
title="Attempts to receive a DN for the given loginname and the current login filter"/>
- <button class="ldapVerifyLoginName" name="ldapTestLoginSettings" type="button">
+ <button class="ldapVerifyLoginName" name="ldapTestLoginSettings" type="button" disabled="disabled">
<?php p($l->t('Verify settings'));?>
</button>
</p>