Testing
https://github.com/phpbb/phpbb3/pull/163 I was looking through various registration settings.
Turning off captcha is in "user registration" group, turning off mx record checking is in "security settings". I knew that security settings is a dumping ground for such settings, if I did not know that it may have taken me a while to find the right group (through exhaustive search, basically).
Admin activationSearching for something like "acitvation" to find where I activate new users produced nothing useful. I gave up and went to the acp index where I saw this:
Inactive users
This is a list of the last 10 registered users who have inactive accounts. A full list is available from the appropriate menu item or by following the link below from where you can activate, delete or remind (by sending an e-mail) these users if you wish.
Clearly the "appropriate" in my view of it menu item does not exist, so at least I would have appreciated being given a direct link. Now I basically need to repeat the entire search but this time looking for "inactive" users instead of "activating" users, which eventually landed me on "inactive users" page.
I think some sort of improvement is necessary to make it more obvious where to activate users. Even if technically they are equal to deactivated users (whatever that means) conceptually those are different things.
And if "inactive" means "not activated" then why not call that group "Activate users"?
Somewhat related to this, how about renaming "maintenance" to "maintenance and logs"? Would you guess where the logs are by reading tab titles only?