Skip to content
Snippets Groups Projects
Commit 81f739f1 authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

- added some comments

parent 866ccf3f
Branches
No related tags found
No related merge requests found
......@@ -1269,6 +1269,7 @@ namespace ClientServer.Controllers.Core.Login
public class RegisterUserForBackend
{
public string Token { get; set; }
//must be sha256 & base64 (we now use v1 login)
public string Password { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
......@@ -1289,6 +1290,7 @@ namespace ClientServer.Controllers.Core.Login
/// <summary>
/// the new password
/// must be sha256 & base64 (we now use v1 login)
/// </summary>
public string Pw { get; set; }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment