Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

validate problem

Quote Reply
validate problem
I have set the user status to "not validated" when the signup is complet. Now when somebody signs up, they are correctly assigned "not validated" as user status, but the "Users -> Validate" link does not produce any search results.

Does anyone know what the problem could be?

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] validate problem In reply to
That's an admin template bug. There's two places you need to fix it at: quicklinks, and the admin template (data/admin/templates), user_nav.html

You need to change the link from:
Code:
admin.cgi?db=users&db=validate&do=validate_search_results
to:
Code:
admin.cgi?db=validate&db=users&do=validate_search_results

Adrian
Quote Reply
Re: [brewt] validate problem In reply to
Thanks, it works now.

Ivan
-----
Iyengar Yoga Resources / GT Plugins