The module's admin page atm is misplaced in the 'System' block (admin/config/system), while it would better fit or even belong to the 'People' block (admin/config/people).
Also, a configure-link ist missing on the modules page.

Actually it could even be included within admin/config/people/accounts, but for now I'm fixing at least the obvious to-dos.

Comments

pancho’s picture

Status: Active » Needs review
StatusFileSize
new1.26 KB

Also, the dependency on core's 'user' module is unnecessary, because 'user' is an obligatory core module.
Here's a combined patch.

rafamd’s picture

nice improvements...specially the configure link

rafamd’s picture

Status: Needs review » Needs work

Patch seems to fail to apply to latest dev:

error: patch failed: username_check.info:1
error: username_check.info: patch does not apply

We could also add a description to the module in admin/config/people block, how about: "Configure how often checks happen"

rafamd’s picture

Title: Move admin page to admin/config/people » Move admin page to admin/config/people and other small tweaks

Adjusting title.

floydm’s picture

Status: Needs work » Active
StatusFileSize
new1.34 KB

Rerolled the patch.

floydm’s picture

Status: Active » Needs review
jasom’s picture

When it will be commited to official dev 7 realase? That last one is almost 2 years old :-)

rafamd’s picture

Thanks for the patch @floydm, I couldn't apply it though.

Tried both in my local machine and also over simplytest.me

Won't demote to needs work because it could be a problem with my setup, but not being able to apply at simplytest.me is strange still...

floydm’s picture

My apologies, I didn't have the patch pathing right. A new patch that has been verified on simplytest.me is attached.

rafamd’s picture

Status: Needs review » Reviewed & tested by the community

Code looks good, patch tested ok

gokulnk’s picture

Issue summary: View changes

This is a simple enough patch. This will improve the UI/UX any reason for not committing this?

I feel that this should go through.

darrellduane’s picture

thanks for pointing this out, I overlooked it. I like it--I will investigate and add it if possible.