Gossamer Forum
Home : Products : DBMan : Customization :

Re: [delicia] separate password and permission

Quote Reply
Re: [delicia] separate password and permission In reply to
i think everything is working now!!! i finally noticed the code below and took out my whole section that was opening the permission file (after the password was matched and changed the return line to the one below that calls &auth_check_permissions. now i have to work on the routines to change password, email address etc. thanks for the time you've spent helping me.

Code:

elsif ($db_uid) { # The user already has a user id given by the program.
(-e "$auth_dir/$db_uid") ?
return ('ok', $db_uid, &auth_check_permissions($db_uid)) :
return ('invalid/expired user session');
}
Subject Author Views Date
Thread; hot thread separate password and permission delicia 10861 May 16, 2006, 10:26 AM
Thread; hot thread Re: [delicia] separate password and permission
JPDeni 10663 May 17, 2006, 12:09 PM
Thread; hot thread Re: [JPDeni] separate password and permission
delicia 10657 May 17, 2006, 5:58 PM
Thread; hot thread Re: [delicia] separate password and permission
JPDeni 10653 May 17, 2006, 10:13 PM
Thread; hot thread Re: [JPDeni] separate password and permission
delicia 10650 May 18, 2006, 3:40 AM
Thread; hot thread Re: [delicia] separate password and permission
JPDeni 10649 May 18, 2006, 9:04 AM
Thread; hot thread Re: [JPDeni] separate password and permission
delicia 10649 May 18, 2006, 1:40 PM
Thread; hot thread Re: [delicia] separate password and permission
JPDeni 10641 May 18, 2006, 1:49 PM
Thread; hot thread Re: [JPDeni] separate password and permission
delicia 10672 May 18, 2006, 1:55 PM
Thread; hot thread Re: [delicia] separate password and permission
JPDeni 10654 May 18, 2006, 2:00 PM
Thread; hot thread Re: [JPDeni] separate password and permission
delicia 10624 May 18, 2006, 2:08 PM
Thread; hot thread Re: [delicia] separate password and permission
JPDeni 10630 May 18, 2006, 2:14 PM
Thread; hot thread Re: [JPDeni] separate password and permission
delicia 10627 May 18, 2006, 2:22 PM
Post; hot thread Re: [delicia] separate password and permission
JPDeni 10626 May 18, 2006, 2:29 PM
Thread; hot thread Re: [delicia] separate password and permission
delicia 10644 May 18, 2006, 2:34 PM
Thread; hot thread Re: [delicia] separate password and permission
delicia 10662 May 18, 2006, 2:41 PM
Post; hot thread Re: [delicia] separate password and permission
JPDeni 10652 May 18, 2006, 10:37 PM
Thread; hot thread Re: [delicia] separate password and permission
JPDeni 10640 May 19, 2006, 8:49 AM
Thread; hot thread Re: [JPDeni] separate password and permission
delicia 10644 May 19, 2006, 1:04 PM
Thread; hot thread Re: [delicia] separate password and permission
delicia 10615 May 19, 2006, 1:20 PM
Thread; hot thread Re: [delicia] separate password and permission
delicia 10611 May 19, 2006, 1:47 PM
Post; hot thread Re: [delicia] separate password and permission
LoisC 10617 May 19, 2006, 10:04 PM
Post; hot thread Re: [delicia] separate password and permission
JPDeni 10645 May 18, 2006, 2:48 PM