Settings All your settings in one place
Name
Name)): ?>
Your real name
= isset($user->Name) ? $user->Name : "Not Set"; ?>
Username
How you're known on the site
= $user->username ?>
E-Mail Address
The Address we'll contact you at
= isset($user->email) ? $user->email : "Not Set"; ?>
Password
The password you login with
= $this->form->create(null, array('id' => 'private')); ?>
Privacy Mode
Only allow friends to see your posts?
= $this->form->checkbox('private', array('id' => 'checkPriv', 'checked' => ($user->private) ? "true" : "false", 'style' => 'width:20px', 'onclick' => '' )); ?>
= $this->form->end(); ?>
Linked Accounts
Change
Your OpenID
Not Set
Export my Data
Download all the dirt we have on you
Change Password
= $this->form->create(null, array('url' => '/users/changePassword', 'id' => 'changepass')); ?>
= $this->form->field('newpass', array('type' => 'password', 'label' => 'New Password:')); ?>
= $this->form->field('confirm', array('type' => 'password', 'label' => 'Confirm Password:')); ?>
= $this->form->submit('Change Password'); ?>
= $this->form->end(); ?>
Change Username
Under normal circumstances, the username cannot be changed. However, if you really need to change your username
please contact our administration team for assistance. Thank you
Change Name
= $this->form->create(); ?>
= $this->form->field('Name', array('type' => 'textbox')); ?>
= $this->form->submit('Save'); ?>
= $this->form->end(); ?>
Change Name
= $this->form->create(); ?>
= $this->form->field('email', array('type' => 'textbox', 'label' => 'E-Mail Address:')); ?>
= $this->form->submit('Save'); ?>
= $this->form->end(); ?>