View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
08132Bug reportsAuthenticationpublic2013-09-29 15:27
Reporterchrisxc Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary08132: 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.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)130802
I will donate to the project if issue is resolvedNo
Browser
Database type & versionmysql 5.5.32
Server OS (if known)Linux, CGI/FCGI
Webserver software & version (if known)Apache
PHP Version5.4.17

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2013-09-26 08:24

administrator   ~26375

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13076

c_schmitz

c_schmitz

2013-09-26 08:24

administrator   ~26376

Thank you!

c_schmitz

c_schmitz

2013-09-26 11:19

administrator   ~26383

Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13081

c_schmitz

c_schmitz

2013-09-29 15:27

administrator   ~26429

Version 2.00+ Build 130929 released

Related Changesets

LimeSurvey: master 6ff2c7e2

2013-09-26 06:25:04

c_schmitz

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 06:25:04

c_schmitz

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

Issue History

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