Does anyone know how to create Users programmatically (not members) - there seems to be no information about this anywhere, there is some limited stuff on creating members, but none for users.
I'm trying to work around various RTE bugs related to non-logged-in Users, if there's better way to work around these bugs I'd love to know about it. All I need is an RTE on the front end that creates a new document when submitted.
Create users programmatically
Does anyone know how to create Users programmatically (not members) - there seems to be no information about this anywhere, there is some limited stuff on creating members, but none for users.
I'm trying to work around various RTE bugs related to non-logged-in Users, if there's better way to work around these bugs I'd love to know about it. All I need is an RTE on the front end that creates a new document when submitted.
Hey Jed,
Add user via API http://our.umbraco.org/wiki/reference/api-cheatsheet/users,-user-types-and-permissions
Add user via API with hashed password http://our.umbraco.org/wiki/reference/api-cheatsheet/users,-user-types-and-permissions/add-user-with-hashed-password
Rich
The links describing the solution are no longer available.
is working on a reply...