How would I deploy other users from another profile class ?
The problem is that if I redeclare the "class{'accounts':}" part in another profile and add the auth::local and the new profile to a same role, there will be a duplicate declaration of this class.
I can not afford to create different profiles for different accounts deployment, how can I work around this issue ?
Hi,
maybe I'm not using this module as intended. I have a profile "base" declaring:
How would I deploy other users from another profile class ?
The problem is that if I redeclare the "class{'accounts':}" part in another profile and add the auth::local and the new profile to a same role, there will be a duplicate declaration of this class. I can not afford to create different profiles for different accounts deployment, how can I work around this issue ?
Thanks