Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
email_registration
Commits
214d5659
Commit
214d5659
authored
Jan 31, 2008
by
Chris Herberte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
31f90192
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
email_registration.module
email_registration.module
+1
-0
No files found.
email_registration.module
View file @
214d5659
...
...
@@ -45,6 +45,7 @@ function email_registration_form_alter($form_id, &$form) {
case
'user_login'
:
$form
[
'name'
][
'#title'
]
=
t
(
'E-mail'
);
$form
[
'name'
][
'#description'
]
=
'Enter your e-mail address.'
;
$form
[
'pass'
][
'#description'
]
=
'Enter the password that accompanies your e-mail.'
;
$form
[
'#validate'
]
=
array
(
'email_registration_user_login_validate'
=>
array
())
+
$form
[
'#validate'
];
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment