mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-10-31 18:57:51 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		 Stephane Bourque
					Stephane Bourque
				
			
				
					committed by
					
						 stephb9959
						stephb9959
					
				
			
			
				
	
			
			
			 stephb9959
						stephb9959
					
				
			
						parent
						
							d4fe199b0d
						
					
				
				
					commit
					d351522441
				
			| @@ -13,6 +13,8 @@ | ||||
| #include "MFAServer.h" | ||||
| #include "TotpCache.h" | ||||
|  | ||||
| #include "framework/MicroServiceFuncs.h" | ||||
|  | ||||
| namespace OpenWifi { | ||||
|  | ||||
|     void RESTAPI_subuser_handler::DoGet() { | ||||
| @@ -183,7 +185,7 @@ namespace OpenWifi { | ||||
|  | ||||
|             SecurityObjects::ActionLink NewLink; | ||||
|             NewLink.action = OpenWifi::SecurityObjects::LinkActions::SUB_FORGOT_PASSWORD; | ||||
|             NewLink.id = MicroService::CreateUUID(); | ||||
|             NewLink.id = MicroServiceCreateUUID(); | ||||
|             NewLink.userId = Existing.id; | ||||
|             NewLink.created = OpenWifi::Now(); | ||||
|             NewLink.expires = NewLink.created + (24*60*60); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user