diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -104,9 +104,14 @@ users, and `users/index' handles PUTing an updated user index. BUGS/TODO --------- -When creating a new user, if something goes wrong (illegal/existing -name, password missmatch), it isn't "reported", and the user will be -sitting at "users/new" without any feedback about what went wrong. +* Installer + 1. 'baseurl' in the 'conf' table is not set + 2. During stage 2 (first user creation) the stylesheet is not applied + (probably due to number 1) + 3. The created user is not activated. +* users/index + 4. It is impossible to de-activate a user (that field is only sent + if the box is checked, so you uncheck it, but that's never sent). The End ------- |