View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09378 | Bug reports | Authentication | public | 2014-11-30 16:13 | 2014-12-10 09:21 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 09378: Auth plugin base : lowercase uppercase mix : Not loggued but no error | ||||
Description | If you try to connect with an error in lowercase/uppercase : you are not connected, but no error is shown | ||||
Steps To Reproduce |
| ||||
Additional Information | $user = $this->api->getUserByName($username); is Case insensitive (with mysql), somewhere else than AUth plugin, we set to not connected. Can be fixed by
| ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 131130 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | FF | ||||
Database type & version | Mysql 5 | ||||
Server OS (if known) | debian/linux | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | PHP Version 5.4.4 | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14681 |
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14682 |
|
Throw error choice : TODO : control if other Auth plugin need update username solution. |
|
Version 2.05+ Build 141210 released |
|
LimeSurvey: master 07a2bad7 2014-11-30 16:24 Details Diff |
Fixed issue 09378: Auth plugin base : lowercase uppercase mix : Not loggued but no error Dev: choose the throw error method Dev: only for mysql ? |
Affected Issues 09378 |
|
mod - application/core/plugins/Authdb/Authdb.php | Diff File | ||
LimeSurvey: 2.06 6d86ea65 2014-11-30 16:30 Details Diff |
Fixed issue 09378: Auth plugin base : lowercase uppercase mix : Not loggued but no error Dev: throw error choice Dev: For mysql here, but did the other Auth plugin need same ? Then surely 2nd solution. |
Affected Issues 09378 |
|
mod - application/core/plugins/Authdb/Authdb.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-11-30 16:13 | DenisChenu | New Issue | |
2014-11-30 16:24 | DenisChenu | Changeset attached | => LimeSurvey master 07a2bad7 |
2014-11-30 16:24 | DenisChenu | Note Added: 31131 | |
2014-11-30 16:24 | DenisChenu | Assigned To | => DenisChenu |
2014-11-30 16:24 | DenisChenu | Resolution | open => fixed |
2014-11-30 16:30 | DenisChenu | Changeset attached | => LimeSurvey 2.06 6d86ea65 |
2014-11-30 16:30 | DenisChenu | Note Added: 31132 | |
2014-11-30 16:31 | DenisChenu | Note Added: 31133 | |
2014-11-30 16:31 | DenisChenu | Status | new => resolved |
2014-11-30 16:31 | DenisChenu | Fixed in Version | => 2.05+ |
2014-12-10 09:21 | c_schmitz | Note Added: 31229 | |
2014-12-10 09:21 | c_schmitz | Status | resolved => closed |