View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
04783Bug reportsInstallationpublic2010-12-15 13:43
Reporterfilhocf Assigned Toc_schmitz  
PrioritynormalSeveritycrash 
Status closedResolutionfixed 
Product Version1.90+ 
Fixed in Version1.90+ 
Summary04783: Error in the first login - username/password wrong
Description

After create tables in database, in a PgSQL 9.0, renamed the folder app/admin/install -> install.old and tried to connect as admin, with the password "password", return the message "wrong user or password".

Following a tip in this site[1], i logged in, changed the password by admin interface, and restored the changes. When i tried again, return the same error.
[1]http://notepad.patheticcockroach.com/264/lost-your-admin-password-in-limesurvey/

I installed the mysql, and was as described in the wiki[2].
[2]http://docs.limesurvey.org/tiki-index.php?page=Installation

Steps To Reproduce

1) download the tar.bz2;
2) uncompress in /var/www;
3) chown www-data.www-data /var/www/limesurvey (is a Debian box);
4) created the limesurvey database in PgSQL, with owner called "limesurvey" and password "limesurvey" (confirmed the access by $psql -h localhost limesurvey limesurvey" (and pw "limesurvey"));
4) changed the file /var/www/limesurvey/config.php to:
$databasetype = "postgres"
$databaselocation = "localhost"
$databasename = "limesurvey"
$databaseuser = "limesurvey"
$databasepass = "limesurvey"

5) Accessed the page "http://localhost/limesurvey/admin/install" and pressed the button "Populate database";
6) Renamed the folder install -> install.old
7) Entered in the login page, putting user = "admin" and pass = "password"

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)9561
I will donate to the project if issue is resolvedNo
BrowserFirefox 3.6 and 4
Database type & versionPostgreSQL 9.0
Server OS (if known)Debian
Webserver software & version (if known)Apache 2.2.16
PHP Version5.3.3

Users monitoring this issue

evgenizero

Activities

c_schmitz

c_schmitz

2010-12-09 15:43

administrator   ~13734

I can install just fine here on Postgres.
Can you provide a dump of the installed Postgres database and attach it to this issue?

filhocf

filhocf

2010-12-09 18:33

reporter   ~13736

Attached dump of PgSQL after processed the population of database.

c_schmitz

c_schmitz

2010-12-10 22:35

administrator   ~13747

Run the following statement on Postgres after or before installation:

ALTER DATABASE <your limesurvey database name> SET bytea_output='escape';

filhocf

filhocf

2010-12-11 13:04

reporter   ~13754

I did this before the population of database and is ok, now.

I logged in, changed the pword, logout, and relogged with the new pword.

Thanks.

c_schmitz

c_schmitz

2010-12-15 13:43

administrator   ~13792

Released in 1.90+ version.

Issue History

Date Modified Username Field Change
2010-12-03 12:54 filhocf New Issue
2010-12-04 01:51 c_schmitz Assigned To => c_schmitz
2010-12-04 01:51 c_schmitz Status new => assigned
2010-12-04 16:35 evgenizero Issue Monitored: evgenizero
2010-12-09 15:43 c_schmitz Note Added: 13734
2010-12-09 15:43 c_schmitz Status assigned => feedback
2010-12-09 18:32 filhocf File Added: dump_after_install.sql.gz
2010-12-09 18:33 filhocf Note Added: 13736
2010-12-09 18:33 filhocf Status feedback => assigned
2010-12-10 22:35 c_schmitz Note Added: 13747
2010-12-10 22:35 c_schmitz Status assigned => resolved
2010-12-10 22:35 c_schmitz Fixed in Version => 1.90+
2010-12-10 22:35 c_schmitz Resolution open => fixed
2010-12-10 22:35 c_schmitz File Deleted: dump_after_install.sql.gz
2010-12-11 13:04 filhocf Note Added: 13754
2010-12-15 13:43 c_schmitz Note Added: 13792
2010-12-15 13:43 c_schmitz Status resolved => closed
2021-08-04 05:17 guest Bug heat 4 => 6