First I want to say thank you for the excellent (PE) user management snippet.
My question is if there is a way to use the `manager` service and limit access to specific groups.
Something like [!WebLoginPE? &type=`manager` &groups=`California, Nevada`!]
I know the documentation explicitly says this service should only be given to Admins as it permits access to all users, but I was wondering if there was a way around this.
I had tried using phx a few weeks back and couldn’t get it to work. I will look into getting phx working right now and then test this application within webloginpe.
I have been using WebLoginPE for a new site I am developing and it really is great and very flexible. However, I ran into one thing that I could not get it to do. I wanted to use the notify function for both a new user registration but also when a user modifies their profile. My client wanted to use that function to help make sure that his client database can be updated with new data when someone changes content in their profile.
Is something like this able to be added?
Thanks
-
☆ A M B ☆
- 24,524 Posts
OnWebSaveUser
Invoked AFTER a user is saved to the DB. This is invoked in both Register() AND SaveUserProfile(). Parameters are ’mode’ (new | update) and ’user’ (an array of ALL the users attributes).
So you could use this OnWebSaveUser event to send an email with the user’s attributes whenever the user’s profile is saved.