<추가사항>
1. 개인정보수정 팝업 (p8) - 비밀번호 변경 90일 경과일 때 개인정보 변경 안내 - 신규 페이지 권한 추가 /Account/Pwchange 2. 휴면해제 안내 (p9) - 1년간 로그인 이력 없을시 휴면해제 안내 - 신규 페이지 권한 추가 /Account/DormantCancel 3. ID/PW 찾기 휴면 테이블에서도 검색 (p10) - user 테이블 검색 없을 시 휴면테이블 까지 검색 # 커밋 파일 FO.csproj # 테스트 결과 - 이상없음 # 특이사항 및 이슈사항 - 이상없음
This commit is contained in:
parent
dea76b7f2e
commit
f93c8a4b9d
|
|
@ -555,6 +555,7 @@
|
|||
<Content Include="Spring\Daos.xml">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Views\Home\Index.cshtml" />
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
|
@ -730,6 +731,8 @@
|
|||
<Content Include="Views\My\LectureOn.cshtml" />
|
||||
<Content Include="Views\Home\Index.cshtml" />
|
||||
<Content Include="Views\Home\Indexbk2.cshtml" />
|
||||
<Content Include="Views\Account\PwChange.cshtml" />
|
||||
<Content Include="Views\Account\DormantCancel.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Base\Base.csproj">
|
||||
|
|
|
|||
Loading…
Reference in New Issue