Hi,

What I would like is for the user to have to accept legal the first time they log in, but with somehow the option for me to bypass this...

Use case: I have a small site with an extranet for clients. For obvious reasons I don't want anyone to be able to register and get into my client areas, so I create all accounts. I like to log in once to make sure it works and that they are seeing what they are supposed to (and nothing else) before emailing the account information to the client (so I don't use the built-in notification). I would like for them to then be presented with the legal when they log in.

I can imagine this could be done in several ways, but what seems the simplest would be in the admin user area a checkbox that says "show user legal on next login" which I would go check after I've made sure the account is working properly.

Comments

ChrisBryant’s picture

Have you thought of using the masquerade feature in devel or the module? http://drupal.org/project/masquerade

Chris

robert castelo’s picture

Status: Active » Closed (fixed)

Too much of an edge case for me to code for.

You could disable Legal module when you were testing accounts, then enable again once you had finished. Obviously don't un-install the module or you will loose all it's data.