- Feb 17, 2012
-
-
Andreas Gohr authored
Changing passwords might not be available.
-
- Nov 07, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Oct 31, 2011
-
-
Andreas Gohr authored
When a user logs in, the password expiry time is checked and compared to the $conf['auth']['ad']['expirywarn'] setting (in days). If the password is about to expire in the specified timeframe, a warning is issued on login. This patch adds a new method to the adLDAP class for querying domain parameters.
-
Andreas Gohr authored
This fixes password changing operations: password change and user modification are two different operations on the AD backend - the user modification should not be done on password only changes.
-
- Oct 30, 2011
-
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Adrian Lang authored
-
Adrian Lang authored
-
Adrian Lang authored
-
- Oct 29, 2011
-
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Adrian Lang authored
-
- Oct 27, 2011
-
-
Martin Michalek authored
-
Kiril Velikov authored
-
Pierre Corell authored
-
schplurtz le déboulonné authored
-
- Oct 23, 2011
-
-
Martin Michalek authored
-
Jon Magne Bøe authored
-
Andreas Gohr authored
Now params_toarray() correctly decodes parameters on parsing query strings
-
- Oct 17, 2011
-
-
Hakan Sandell authored
-
- Oct 16, 2011
-
-
Andreas Gohr authored
From the release notes: This release fixes a few bugs, including a major URL parsing bug, where URLs with query strings were parsed incorrectly.
-
- Oct 15, 2011
-
-
Andreas Gohr authored
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab).
-
Andreas Gohr authored
-
Johan Guilbaud authored
-
Aivars Miska authored
-
Anika Henke authored
-
Andreas Gohr authored
-
Anika Henke authored
show accesskey also on actionlink title and add accesskey parameter only if a key is defined (FS#2226)
-
Christopher Smith authored
-
Anika Henke authored
-
Andreas Gohr authored
The login wasn't able to modify the session as it was already closed earlier. This patch also executes the correct event when logins via XMLRPC are done.
-
Hakan Sandell authored
patch by Chris Green
-
Christopher Smith authored
-
Hakan Sandell authored
-
Michael Hamann authored
If the user is already logged in, a 403 is sent instead now.
-
Michael Hamann authored
This is far from perfect but should solve most issues in the recommended configuration where only authorized users have access. Sending proper status codes should be implemented when the API implementation refactoring is done.
-
Andreas Gohr authored
unset does not reset the Array's internal pointer which messes up later calls. array_pop is still much faster than array_splice
-