I am building a site where admins create user account and most user's most accept the Terms & Conditions on first login. There is a sub group of users that I would like to be able to skip the Terms & Conditions.

I would like another permission to be added to the module that allows the Terms & Conditions to be skipped.

Comments

focal55’s picture

Version: 6.x-8.x-dev » 6.x-7.x-dev
StatusFileSize
new842 bytes

This patch is against the 6.x-8.5 version. It adds a new permission called "skip Terms and Conditions", checks for the permission in the hook_user() "login" operations and allows the user to skip the Terms and Conditions just like User1.

focal55’s picture

Version: 6.x-7.x-dev » 6.x-8.5
robert castelo’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)