View Issue Details

IDProjectCategoryView StatusLast Update
0004578mantisbtinstallationpublic2005-04-25 07:47
Reportermedwards Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.19.0 
Fixed in Version1.0.0a2 
Summary0004578: Can't delete administration account without email/name
Description

I spent an hour trying to delete the administrator account as part of the installation process and kept getting "application error 0001200" screens where array_merge() was failing in the error_api file. I tried un-protecting the account and that did not help. (note, that I was trying to delete it both under a different name, and as the administrator. Neither worked. I tried multiple times.

Finally, I decided to try giving the administrator a valid email address (instead of the default of 'admin') and to give it a real name of 'admin'. Bingo. I was then allowed to unprotect it and then delete it.

TagsNo tags attached.

Activities

thraxisp

thraxisp

2005-04-14 11:18

reporter   ~0009815

I cannot reproduce this in 0.19.2 or CVS HEAD. Is this still an issue?

thraxisp

thraxisp

2005-04-22 09:21

reporter   ~0009868

This is true if $g_validate_email is set. It is expecting a user@domain style of address.

I'd suggest making it admin@localhost by default.

thraxisp

thraxisp

2005-04-22 19:59

reporter   ~0009885

Used "root@localhost" instead.

sql/db_generate.sql -> 1.27