Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
7c8d12a3
Commit
7c8d12a3
authored
Jan 07, 2008
by
Richard Mansfield
Browse files
Merge branch 'master' of
git+ssh://git.catalyst.net.nz/var/git/mahara
into mahara-trunk
parents
2d61cc9e
f1b277b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/lib.php
View file @
7c8d12a3
...
...
@@ -1258,7 +1258,7 @@ function auth_generate_login_form() {
* @param array $values The values passed through
* @param string $authplugin The authentication plugin that the user uses
*/
function
password_validate
(
Pieform
$form
,
$values
,
User
$user
)
{
function
password_validate
(
Pieform
$form
,
$values
,
$user
)
{
$authobj
=
AuthFactory
::
create
(
$user
->
authinstance
);
...
...
Write
Preview
Supports
Markdown
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