Hi,
My users can register (and edit their account) themself into FE through sr_feuser_register.
But i have other FE users (created into BE and associated to a specific group) who sould be able into FE, when logged, to list and create/edit users account.
It would be convenient to get this feature to extend this extension use.
For the moment, would it be a quick way to make this working ? Something like just replace "$GLOBALS['TSFE']->fe_user->user" with an URL parameter if exists, to target a specific user when editing an account ?
My users can register (and edit their account) themself into FE through sr_feuser_register.
But i have other FE users (created into BE and associated to a specific group) who sould be able into FE, when logged, to list and create/edit users account.
It would be convenient to get this feature to extend this extension use.
For the moment, would it be a quick way to make this working ? Something like just replace "$GLOBALS['TSFE']->fe_user->user" with an URL parameter if exists, to target a specific user when editing an account ?