Project

General

Profile

Download (8.33 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
403a270e 11/22/2008 06:39 PM Ermal Luçi

Fix the case when users without access to index.php get an error message.
This redirects the users to the first allowed pagge if they do not have access to index.php and errors out only if no page has been assigned to them.

NOTE: It is strange that a user cannot change its password!

d97ab688 09/03/2008 08:33 PM Matthew Grooms

Cleanup some of the authentication code. Fix the problem where you must
navigate away from the initial page twice to get somewhere. Remove some
of the cruft that was no longer used. Don't unconditionally redirect a
user to their homepage if another url was specified pre-login. This will...

659fa7f2 08/03/2008 05:54 PM Matthew Grooms

Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named...

45ee90ed 07/25/2008 02:28 AM Matthew Grooms

Rewrite portions of the user manager to ensure data is properly synced to
the system password and group databases. This is to provide better support
for centralized user management when local account administration is
preferred.

I also took this opportunity to do some housekeeping. A lot of funtions...

9d23d1fe 07/13/2008 11:49 PM Chris Buechler

fix IE login

Ticket #1707

16513324 04/05/2008 03:59 AM Holger Bauer

Make loginpage more themeable. Only theme that uses this so far is the_wall. Other themes look ugly now (only loginpage) but are usable. Will be fixed within the next day(s).

990dc9ce 02/16/2008 09:26 PM Scott Ullrich
  • Remove blank trailing line
  • Allow custom urls that include pkg.php to be saved
4989bc66 02/03/2008 03:19 AM Scott Ullrich

Latest LDAP changes from Mark Batchelor

43829638 02/03/2008 01:47 AM Scott Ullrich
  • Remove trailing blank line
  • Make sure $search has data before operating on it
b0ed07d1 01/31/2008 06:16 PM Scott Ullrich

Latest eDir / Active Directory tweaks from Mark Batchelor.

Thanks again for him helping us with this project!

2f650197 01/01/2008 12:06 AM Scott Ullrich
  • Missing =
  • Allow user manager to adhere to admins group
7e4a4513 12/28/2007 02:36 AM Scott Ullrich

Allow multiple groups to be assigned per user.

Work sponsored-by: Centipede Networks

0360823f 12/27/2007 07:39 PM Scott Ullrich

Adding LDAP backend glue.

Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>

bdefdc36 12/03/2007 01:20 AM Scott Ullrich

Store global privs list in $g['privs']

a54b3d2d 11/19/2007 12:33 AM Scott Ullrich

Nuke code that does nothing.

0b70925e 11/19/2007 12:22 AM Scott Ullrich

Make the error message clickable so that the admin can easily return to the GUI.

a3401618 11/19/2007 12:17 AM Scott Ullrich

Do not logout session if the user does not have access to a page. We should also hide menu items that user does not have access to.

2d78c552 11/19/2007 12:05 AM Scott Ullrich

Correctly check for page names by including .php. Strip off / if found so that we can get an exact page match against the URL. My test diagnostics user now works.

1351991d 11/18/2007 11:55 PM Scott Ullrich

Instead of throwing a very vague 401 error actually tell the user which page they do not have access to. This will also help admins troubleshoot group manager page privs.

950f0f9e 11/18/2007 11:25 PM Scott Ullrich

Correctly show 401 errors.

a24d9880 08/06/2007 02:49 AM Bill Marquette

Fix field display on login screen

9c55515a 08/01/2007 06:44 PM Bill Marquette

Users that have specific page access can now login

d0a371bf 06/03/2007 06:25 PM Daniel Stefan Haischt
  • fix: background on login screen
cbe2ebe0 05/27/2007 12:25 AM Scott Ullrich

Remove trailing space / cr

b8d19308 05/11/2007 02:31 PM Seth Mos

Correct style sheet class.

fab7ff44 04/13/2007 03:26 AM Bill Marquette

Backport usermanager code from HEAD so I can get it in the snaps and
start testing it properly
There's still some CSS/HTML fixes needed but the code seems to work