Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.16.14

Request #6215 Differentiate autologin OR remember login data
Submitted: 2005-12-10 21:54 UTC
From: maybee at gmx dot de Assigned: lsmith
Status: Closed Package: LiveUser
PHP Version: 4.4.1 OS: nonrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2005-12-10 21:54 UTC] maybee at gmx dot de
Description: ------------ Differentiate autologin or remember login data. Edit method login() at line 1014 in LiveUser.php: function login($handle = '', $passwd = '', $remember = false) { if (empty($handle) && $remember) { Check the var $remember and allow so to decide autologin/rememberdata for login form. Or expand the config string: $this->_options['login']['autologin'] and edit method login(): if (empty($handle) && $this->_options['login']['autologin']) {

Comments

 [2005-12-11 10:37 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2005-12-11 13:54 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!