Advertisement
Guest User

ChangerUsername

a guest
Dec 28th, 2016
1,606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <span class="account-field-username ng-binding">llamallamababy</span>
  2. <span class="account-change-username icon-edit" title="Change Username" ng-click="changeUsername()"></span><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">]llamallamababy</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="changePassword()"></span> <span class="account-change-password icon-edit ng-hide" title="Add Password" ng-show="accountContent.userInfo.data.IsSetPasswordNotificationEnabled" ng-click="addPassword()"></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><div class="form-group"><span class="text-label account-settings-label ng-binding">Parent's Email address:</span> <span class="account-field-email ng-binding">*******@gmail.com</span> <span class="account-field-email-verified-icon icon-checkmark-16x16" ng-show="accountContent.hasVerifiedEmail"></span> <span class="text-robux account-field-email-verified-text" ng-show="accountContent.hasVerifiedEmail">Verified</span> <span class="account-field-email-add-msg text-error ng-binding ng-hide" ng-hide="accountContent.userInfo.data.IsEmailOnFile"><span class="icon-warning"></span> Add Parent's 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-hide" ng-click="addEmailAddress()" ng-hide="accountContent.userInfo.data.IsEmailOnFile">Add Parent's Email</span> <span class="account-field-email-verify ng-hide" ng-show="accountContent.hasEmailButNotVerified"><span class="text-name" ng-click="verifyEmailAddress()">Verify</span> or <span class="text-name" title="Update Email" ng-click="changeEmailAddress()">update email</span></span> <span class="account-change-email icon-edit" title="Update Email" ng-click="changeEmailAddress()" 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