Report Writer
추천 자료: ASP.NET Core 인증 및 권한 부여
Report Writer 작성시 필요한 내용을 정리해봤습니다.
Reset Password
암호 찾기 메뉴를 선택하면 처음 가입할 때의 이메일로 암호 초기화 링크를 전송합니다.
/Identity/Account/ResetPassword?code=XXXX
형태로 링크가 제공됩니다.
Security Code
2FA 사용시 이메일 선택할 때 다음 그림과 같이 이메일로 Security Code를 넘겨주면 이 값을 가지고 로그인을 해야 합니다.
Incident delete button disable or enable
Incident Permission setting
Permissoin Menu
Incident Permission Details
Incident Permission
Change Delete Permission
Administrators Only Delete
Administrators Enabled
All Disabled
All Disabled but Administrators enabled
Incident Create and Delete
When creating the first Incident, even regular users can see the delete button.
When creating the first Incident, even ordinary users can access the delete button.
After the Agent signs the Incident, the delete button is disabled.
However, the top-level administrator group always sees the Delete button even after the Agent signs the Incident.
추천 자료: .NET Blazor에 대해 알아보시겠어요? .NET Blazor 알아보기를 확인해보세요!