View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008671 | mantisbt | bugtracker | public | 2007-12-12 16:48 | 2007-12-29 03:30 |
| Reporter | tinjaw | Assigned To | giallu | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| OS | linux | ||||
| Product Version | 1.1.0rc3 | ||||
| Summary | 0008671: Cannot setup Annonymous Access | ||||
| Description | Following the directions on the wiki I hit several blocks. I cannot add a user without an email address and I cannot configure the options via the web interface. | ||||
| Steps To Reproduce | http://www.mantisbt.org/wiki/doku.php/mantisbt:enabling_anonymous_access | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
You can configure the options using config_inc.php. As for the email, since anonymous is typically viewer, any fake email address will do. You can use anonymous@localhost or anonymous@example.com. |
|
|
vboctor, Thanks for your note. I understand what you are saying, and know that I can do that. The problem is that the wiki notes that the info is current as of 1.1.0a1. That means it should work in 1.1.0rc3. Either the wiki is wrong, these things were rolled back after a1, or they are bugs in rc3. I don't know which of the three is the correct answer, so I posted it here as a bug. |
|
|
Yes, you are right. The wiki page explicitly indicates that the email address should be set to blank and to use the web interface to set the other options. This will require a fix somewhere. |
|
|
I have used a "workaround" I used PHPMySQL to modify the database directly. I can then leave the email blank set the password to MD5(blank) and set it protected. I then modify the config_inc.php directly. |
|
|
Victor, you do mean a fix in the code on in the wiki procedure? AFAIK, empty email addresses are only allowed when $g_allow_blank_email is ON, so this should be added to the wiki (or suggest the anonymous@localhost address) I also had a look at the code, and "anonymous" options were always in the $g_global_settings array, hence never allowed to be saved in the DB. |
|
|
tinjaw: I amended the wiki so now it should be accurate. It would be nice if you could double check the procedure for me... Thanks in adavance |
|
|
It looks correct to me. Thanks guys. |
|
|
ok thanks for reporting |
|