Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
I'm very new to Umbraco and I'm creating a site which will require users in the Admin to have passwords generated and emailed.
Is this something that I can achieve? is there a package that already does this?
Just need a little guidance.
Thanks
You can always use this standard .NET method : http://msdn.microsoft.com/en-us/library/system.web.security.membership.generatepassword.aspx
You can create backend users using the umbraco User API : our.umbraco.org/.../users,-user-types-and-permissions
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
admin users - generate password
Hi all,
I'm very new to Umbraco and I'm creating a site which will require users in the Admin to have passwords generated and emailed.
Is this something that I can achieve? is there a package that already does this?
Just need a little guidance.
Thanks
You can always use this standard .NET method : http://msdn.microsoft.com/en-us/library/system.web.security.membership.generatepassword.aspx
You can create backend users using the umbraco User API : our.umbraco.org/.../users,-user-types-and-permissions
is working on a reply...