I know this has a simple solution... I created a new field that all users must complete when they login. Is there a plugin that I can use to require this to happen upon login? Hopefully one that does not need the user to login to their profile, but rather force the user to complete the task prior to proceeding into the normal website function.
There's nothing to force them to complete it. You can redirect them to profile edit on every login, but they're not forced to stay there. The redirect can be done using CB Auto Actions and its Redirect action acting on the after login trigger. You'd then condition to make sure the field is empty then configure your redirect URL as follows.
index.php?option=com_comprofiler&view=userdetails
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.