In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1378 [In-Portal CMS] Front End bug report always 2012-08-19 14:11 2012-08-19 14:13
alex  
alex  
normal  
resolved 5.2.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/ZUhDmAi_kXY/discussion
Fixes warnings on sequential login attempts
1
0001378: Sequential user login attempts result in a notice
Steps to reproduce:

1. Enable mod-rewrite.
2. Try pressing "Login" button (on a login form) twice in a row without entering any user credentials.
3. You should end with "/?env=u-\-2----" at the end of url.
3. Try to login with valid credentials.
5. Warnings below are shown.

Notice (#1): Undefined index: pass in ...\core\units\helpers\user_helper.php on line 426
Warning (#2): implode() [function.implode]: Invalid arguments passed in ...\core\units\helpers\user_helper.php on line 426
related to 0001377resolved  (5.2.1)alex Notice after user completes a login procedure 
patch warnings_on_normal_user_login_fix.patch (550) 2012-08-19 14:11
http://tracker.in-portal.org/file_download.php?file_id=1782&type=bug
Issue History
2012-08-19 14:13 alex Note Added: 0005144
2012-08-19 14:13 alex Status reviewed and tested => resolved
2012-08-19 14:13 alex Fixed in Version => 5.2.1-B1
2012-08-19 14:13 alex Resolution open => fixed
2012-08-19 14:13 alex Assigned To !COMMUNITY => alex
2012-08-19 14:13 alex Changeset attached 5.2.x r15520
2012-08-19 14:12 alex Note Added: 0005143
2012-08-19 14:12 alex Status needs testing => reviewed and tested
2012-08-19 14:12 alex Assigned To => !COMMUNITY
2012-08-19 14:12 alex Developer => alex
2012-08-19 14:12 alex Status active => needs testing
2012-08-19 14:12 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/ZUhDmAi_kXY/discussion
2012-08-19 14:11 alex Relationship added related to 0001377
2012-08-19 14:11 alex New Issue
2012-08-19 14:11 alex File Added: warnings_on_normal_user_login_fix.patch
2012-08-19 14:11 alex Change Log Message => Fixes warnings on sequential login attempts
2012-08-19 14:11 alex Estimate Points => 1

Notes
(0005143)
alex   
2012-08-19 14:12   
Will test all together later.
(0005144)
alex   
2012-08-19 14:13   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001378: Sequential user login attempts result in a notice