This commit is contained in:
2022-12-29 21:50:32 +00:00
parent e51c7a2a8e
commit 9171dabc5f
2 changed files with 4 additions and 4 deletions

View File

@@ -134,10 +134,10 @@ namespace Sockeye.Api.Controllers
//v7 backdoor password generator
/// <summary>
/// Get v7 backdoor logins
/// Get v7 reset manager auth code logins
/// </summary>
/// <returns>override pw</returns>
[HttpGet("v7-override")]
/// <returns>override creds</returns>
[HttpGet("v7-reset-manager-creds")]
public ActionResult GetBackDoor()
{
if (!serverState.IsOpen)

View File

@@ -22,7 +22,7 @@ search:
DTR
- Add ui to front the route under /license/v7-override
- Add ui to front the route under /api/v8/license/v7-reset-manager-creds
License routes test locally and ensure works for v7 and v8
automatic jobs to create purchase record from vendor data
send license emails based on event etc, really gets into the new stuff here