I read through the ream doc but no information about where this module can be configured.

Nothining in people nothing in roles nothing in structure where should I be looking.

Thank you in advance.

Comments

thebruce’s picture

Hi Road Kill,

I find mine at /admin/people/inactive-user

Any luck with that path?

- thebruce

Road Kill’s picture

Thanks TheBruce I will give that a try.

Road Kill’s picture

Unfortunately I am not seeing any /admin/people/inactive-user maybe this is a bug.

deekayen’s picture

I added another way to find the configure page with http://drupalcode.org/project/inactive_user.git/blobdiff/c0cf3b4c2416455...

Road Kill’s picture

Hi Deekayen thanks for the help in advance I will give it a try and let you know how it goes.

joverstreet’s picture

Is it just me, or does the 7.x-1.x-dev version not have anything in it besides the README and the License files? I checked both the tar.gz and the zip files that were uploaded last month.

Once I can d/l the project, I'll be happy to test it and find out about the UI.

Thanks!

deekayen’s picture

It wasn't just you. The snapshot was tracking master branch which is empty. I switched it for the next build.

Road Kill’s picture

Hi Deekayen sorted thanks for the support first time using this module and I like it a must have module for any big site with a big community of users.

The meta tag module was causing new links that are added in the navigation menu to be set disabled. :)

stijnd’s picture

StatusFileSize
new14.34 KB

I think the right place(s) to define a link to the admin interface is on the configuration page in the modules overview (like it's implemented now) and a tab on the account settings page (admin/config/people/accounts).

The last one, a tab on the account settings page, isn't implemented yet. See screenshot. I'll make some time to tackle this if the maintainers want it.

abarpetia’s picture

Title: Where is the Admin UI » Inactive user admin configuration page
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new1.21 KB

I am agree with @stijnd and I think the proper place to define this tab is on the Configurations page under People group (admin/config/people).

Attached patch is adding Inactive user configuration page on website configuration- peoples section. Please take a look.