mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	@@ -73,7 +73,7 @@ public class SysLogininforController extends BaseController
 | 
			
		||||
 | 
			
		||||
    @PreAuthorize("@ss.hasPermi('monitor:logininfor:unlock')")
 | 
			
		||||
    @Log(title = "账户解锁", businessType = BusinessType.OTHER)
 | 
			
		||||
    @GetMapping("/unlock//{userName}")
 | 
			
		||||
    @GetMapping("/unlock/{userName}")
 | 
			
		||||
    public AjaxResult unlock(@PathVariable("userName") String userName)
 | 
			
		||||
    {
 | 
			
		||||
        passwordService.clearLoginRecordCache(userName);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user