More annoyances than serious bugs but since I came across them I wrote them down
[list:ed07op3x]
[*:ed07op3x]In Administrator_0.php, the text says "'Your password must be longer then 5 chars" but the $form->addRule only requires minlength 5, so the text should say "Your password must be at least 5 characters".[/*:ed07op3x]
[*:ed07op3x]There is also a test for login name to be between 3-32 characters. This check is however not done if you create the user from CRM/Contacts instead, so going that way we can have a username shorter than 3 characters. I don't know if the code assumes 3 characters somewhere, otherwise there probably won't be a problem but it is a bit inconsistent.[/*:ed07op3x]
[*:ed07op3x]I get errors when I do this: 1. do a fresh "base install"; 2. create a new user; 3. Install CRM/Contacts; 4. Fill in required fields in Post-install 5. Error message "Type:8; Message undefined index: fname".[/*:ed07op3x]
[/list:u:ed07op3x]