-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
102 lines (101 loc) · 2.43 KB
/
profile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!--
title: My Profile
description:
published: 1
date: 2020-07-25T21:13:17.015Z
tags:
editor: ckeditor
-->
<h2>Profile Dialog</h2>
<figure class="table">
<table>
<tbody>
<tr>
<td>
<ul>
<li>Select the MY PROFILE button on the left hand side navigation bar.</li>
</ul>
</td>
<td>
<figure class="image"><img src="/images/profile/profile-button.png"></figure>
</td>
</tr>
<tr>
<td>
<ul>
<li>This is your profile, you can change passwords or edit your name from this dialog.</li>
</ul>
</td>
<td>
<figure class="image"><img src="/images/profile/profile-dialog.png"></figure>
</td>
</tr>
</tbody>
</table>
</figure>
<h2>Change Password</h2>
<figure class="table">
<table>
<tbody>
<tr>
<td>
<ul>
<li>Click on the CHANGE PASSWORD button</li>
</ul>
</td>
<td>
<figure class="image"><img src="/images/profile/change-password-button.png"></figure>
</td>
</tr>
<tr>
<td>
<ul>
<li>Fill out the change password form</li>
</ul>
<ol>
<li>Enter your current password</li>
<li>Enter a new password</li>
<li>Re-enter your new password</li>
<li>Click on the CHANGE PASSWORD button to save your new password.</li>
</ol>
</td>
<td>
<figure class="image"><img src="/images/profile/change-password-dialog.png"></figure>
</td>
</tr>
</tbody>
</table>
</figure>
<h2>Edit Profile</h2>
<figure class="table">
<table>
<tbody>
<tr>
<td>
<ul>
<li>Click on the EDIT button</li>
</ul>
</td>
<td>
<figure class="image"><img src="/images/profile/edit-button.png"></figure>
</td>
</tr>
<tr>
<td>
<ul>
<li>Fill out the PROFILE form with your updated information</li>
</ul>
<ol>
<li>Your First Name</li>
<li>Your Last Name</li>
<li>Click on the UPDATE USER button to save your updated information.</li>
</ol>
</td>
<td>
<figure class="image"><img src="/images/profile/edit-dialog.png"></figure>
</td>
</tr>
</tbody>
</table>
</figure>
<p> </p>