Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. <div class="section-content settings-account-info-container"><div class="col-sm-12"><div class="form-group"><span class="text-label account-settings-label">Username:</span> <span class="account-field-username ng-binding">EyePatchyy</span> <span class="account-change-username icon-edit" title="Change Username" ng-click="changeUsername()"></span></div><div class="form-group"><span class="text-label account-settings-label">Password:</span> <span class="account-field-password" ng-hide="accountContent.userInfo.data.IsSetPasswordNotificationEnabled">*******</span> <span class="account-field-password-needed ng-hide" ng-show="accountContent.userInfo.data.IsSetPasswordNotificationEnabled"><span class="icon-warning"></span> Add Password</span> <span class="account-change-password icon-edit" title="Change Password" ng-hide="accountContent.userInfo.data.IsSetPasswordNotificationEnabled" ng-click="setPassword()"></span> <span class="account-change-password icon-edit ng-hide" title="Add Password" ng-show="accountContent.userInfo.data.IsSetPasswordNotificationEnabled" ng-click="setPassword()"></span></div><div class="form-group ng-hide" ng-show="accountContent.userInfo.data.PreviousUserNames!=''"><span class="account-previous-usernames">(Previous usernames: <span class="account-previous-username-list ng-binding"></span> )</span></div><!-- ngIf: accountInfoSettings.isPhoneNumberVisible --><div class="form-group"><span class="text-label account-settings-label ng-binding"> Email address:</span> <span class="account-field-email ng-binding"></span> <span class="account-field-verified-icon icon-checkmark-16x16 ng-hide" ng-show="accountContent.hasVerifiedEmail"></span> <span class="text-robux account-field-email-verified-text ng-hide" ng-show="accountContent.hasVerifiedEmail">Verified</span> <span class="account-field-email-add-msg text-error ng-binding" ng-hide="accountContent.userInfo.data.IsEmailOnFile"><span class="icon-warning"></span> Add email</span> <span class="account-field-email-verify-msg text-error ng-hide" ng-show="accountContent.hasEmailButNotVerified"><span class="icon-warning"></span> Pending verification</span> <span class="account-field-email-add-address text-name ng-binding" ng-click="setEmailAddress()" ng-hide="accountContent.userInfo.data.IsEmailOnFile">Add Email</span> <span class="account-field-email-verify ng-hide" ng-show="accountContent.hasEmailButNotVerified"><span class="text-name" ng-click="verifyEmailAddress(false)">Verify</span> or <span class="text-name" title="Update Email" ng-click="setEmailAddress()">update email</span></span> <span class="account-change-email icon-edit ng-hide" title="Update Email" ng-click="setEmailAddress()" ng-show="accountContent.hasVerifiedEmail"></span></div><div class="form-group ng-hide" ng-hide="true"><span class="text-label account-settings-label">Connect account:</span> <span class="account-field-email text-error">Add email</span></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement