C# 클래스 UmbracoAdminReset.ResetAdmin

Simple class to reset the admin user to username Admin and to a configured or default password.
상속: Umbraco.Core.ApplicationEventHandler
파일 보기 프로젝트 열기: rsoeteman/umbraco-admin-reset

보호된 메소드들

메소드 설명
ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void

비공개 메소드들

메소드 설명
GetNewPassword ( ) : string

Gets the new password, which will either come from the web.config, or it will be the default password.

메소드 상세

ApplicationStarted() 보호된 메소드

protected ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
리턴 void