Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldap-3179314
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
ldap-3179314
Commits
f8628efb
Commit
f8628efb
authored
13 years ago
by
git
Committed by
unknown
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1359574
by heatherwoz. spelling error in form.
parent
5eeef4d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ldap_servers/LdapServerAdmin.class.php
+1
-1
1 addition, 1 deletion
ldap_servers/LdapServerAdmin.class.php
ldap_servers/ldap_servers.test_form.inc
+1
-1
1 addition, 1 deletion
ldap_servers/ldap_servers.test_form.inc
with
2 additions
and
2 deletions
ldap_servers/LdapServerAdmin.class.php
+
1
−
1
View file @
f8628efb
...
...
@@ -235,7 +235,7 @@ EOF;
if
(
$this
->
bindpw
)
{
$pwd_directions
=
t
(
'You currently have a password stored in the database.
Leave password field em
t
py to leave password unchanged. Enter a new password
Leave password field emp
t
y to leave password unchanged. Enter a new password
to replace the current password. Check the checkbox below to simply
remove it from the database.'
);
$pwd_class
=
'ldap-pwd-present'
;
...
...
This diff is collapsed.
Click to expand it.
ldap_servers/ldap_servers.test_form.inc
+
1
−
1
View file @
f8628efb
...
...
@@ -50,7 +50,7 @@ function ldap_servers_test_form($form, &$form_state, $op = NULL, $sid = NULL) {
);
if
(
$form
[
'binding'
][
'bindpw'
])
{
$form
[
'binding'
][
'bindpw'
][
'#description'
]
=
t
(
'<p>Leave em
t
py to test with currently stored password.</p>'
);
$form
[
'binding'
][
'bindpw'
][
'#description'
]
=
t
(
'<p>Leave emp
t
y to test with currently stored password.</p>'
);
}
$form
[
'testing_drupal_username'
]
=
array
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment