Gets password resetting working and displaying the generated one in the UI.

This commit is contained in:
Shannon
2013-10-11 12:25:10 +11:00
parent b63135771e
commit b9975ad1f5
7 changed files with 69 additions and 32 deletions

View File

@@ -23,6 +23,9 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "icon")]
public string Icon { get; set; }
/// <summary>
/// This is the unique Id stored in the database - but could also be the unique id for a custom membership provider
/// </summary>
[DataMember(Name = "key")]
public Guid Key { get; set; }