Versions in this module Expand all Collapse all v1 v1.8.1 May 8, 2019 Changes in this version + func Account(ctx *context.Context) + func AccountPost(ctx *context.Context, form auth.ChangePasswordForm) + func Applications(ctx *context.Context) + func ApplicationsPost(ctx *context.Context, form auth.NewAccessTokenForm) + func AvatarPost(ctx *context.Context, form auth.AvatarForm) + func DeleteAccount(ctx *context.Context) + func DeleteAccountLink(ctx *context.Context) + func DeleteApplication(ctx *context.Context) + func DeleteAvatar(ctx *context.Context) + func DeleteEmail(ctx *context.Context) + func DeleteKey(ctx *context.Context) + func DeleteOAuth2Application(ctx *context.Context) + func DeleteOpenID(ctx *context.Context) + func DisableTwoFactor(ctx *context.Context) + func EmailPost(ctx *context.Context, form auth.AddEmailForm) + func EnrollTwoFactor(ctx *context.Context) + func EnrollTwoFactorPost(ctx *context.Context, form auth.TwoFactorAuthForm) + func Keys(ctx *context.Context) + func KeysPost(ctx *context.Context, form auth.AddKeyForm) + func OAuth2ApplicationShow(ctx *context.Context) + func OAuthApplicationsEdit(ctx *context.Context, form auth.EditOAuth2ApplicationForm) + func OAuthApplicationsPost(ctx *context.Context, form auth.EditOAuth2ApplicationForm) + func OAuthApplicationsRegenerateSecret(ctx *context.Context) + func OpenIDPost(ctx *context.Context, form auth.AddOpenIDForm) + func Organization(ctx *context.Context) + func Profile(ctx *context.Context) + func ProfilePost(ctx *context.Context, form auth.UpdateProfileForm) + func RegenerateScratchTwoFactor(ctx *context.Context) + func Repos(ctx *context.Context) + func Security(ctx *context.Context) + func ToggleOpenIDVisibility(ctx *context.Context) + func U2FDelete(ctx *context.Context, form auth.U2FDeleteForm) + func U2FRegister(ctx *context.Context, form auth.U2FRegistrationForm) + func U2FRegisterPost(ctx *context.Context, response u2f.RegisterResponse) + func UpdateAvatarSetting(ctx *context.Context, form auth.AvatarForm, ctxUser *models.User) error + func UpdateUIThemePost(ctx *context.Context, form auth.UpdateThemeForm)