View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08132 | Bug reports | Authentication | public | 2013-09-05 10:38 | 2013-09-29 15:27 |
Reporter | chrisxc | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 08132: Wrong Condition for Webserver Authentication in useraction.php | ||||
Description | When using the Webserver Authentication no password and no message should be shown in the registration mail (allthough it would be nice to give an information to the user like "please use your domain password" or so). The actual condition is this : if (Yii::app()->getConfig("useWebserverAuth") === false) {...} This will return always false, cause there is no entry in the config with 'useWebserverAuth'. So the right condition is: if (Yii::app()->getConfig("auth_webserver") === false) {...} | ||||
Steps To Reproduce | Just activate the webserver authentication and send the registration mail to an user. | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | 130802 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | mysql 5.5.32 | ||||
Server OS (if known) | Linux, CGI/FCGI | ||||
Webserver software & version (if known) | Apache | ||||
PHP Version | 5.4.17 | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13076 |
|
Thank you! |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13081 |
|
Version 2.00+ Build 130929 released |
|
LimeSurvey: master 6ff2c7e2 2013-09-26 08:25 Details Diff |
Fixed issue 08132: Invalid password shown in registration email for webserver authentication |
Affected Issues 08132 |
|
mod - application/controllers/admin/useraction.php | Diff File | ||
LimeSurvey: 2.05 bf9aeb80 2013-09-26 08:25 Details Diff |
Fixed issue 08132: Invalid password shown in registration email for webserver authentication |
Affected Issues 08132 |
|
mod - application/controllers/admin/useraction.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-09-05 10:38 | chrisxc | New Issue | |
2013-09-26 08:21 | c_schmitz | Assigned To | => c_schmitz |
2013-09-26 08:21 | c_schmitz | Status | new => assigned |
2013-09-26 08:24 | c_schmitz | Changeset attached | => LimeSurvey master 6ff2c7e2 |
2013-09-26 08:24 | c_schmitz | Note Added: 26375 | |
2013-09-26 08:24 | c_schmitz | Resolution | open => fixed |
2013-09-26 08:24 | c_schmitz | Status | assigned => resolved |
2013-09-26 08:24 | c_schmitz | Fixed in Version | => 2.00+ |
2013-09-26 08:24 | c_schmitz | Note Added: 26376 | |
2013-09-26 11:19 | c_schmitz | Changeset attached | => LimeSurvey 2.05 bf9aeb80 |
2013-09-26 11:19 | c_schmitz | Note Added: 26383 | |
2013-09-29 15:27 | c_schmitz | Note Added: 26429 | |
2013-09-29 15:27 | c_schmitz | Status | resolved => closed |