forked from elioqoshi/phplist-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ch005_logging-in.xhtml
45 lines (45 loc) · 2.51 KB
/
ch005_logging-in.xhtml
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body><h1>Logging In
</h1>
<p>The first thing you do to use phpList is log in. This chapter assumes that you already have an installation and that you have a user name and password.
</p>
<h2>phpList when you are logged out
</h2>
<p>When you are not logged in, any page you visit in your phpList installation will prompt you to enter your username and password. For example, if I visit my dashboard, which usually resides at my-domain.com/lists/admin:
<br/></p>
<p><img src="static/logging_in_url_phpList.png" alt="logged out of phpList" height="245" width="685"/></p>
<p>I would see my login prompt, marked below in red.
</p>
<p><img src="static/logging_in_fullscreen.png" alt=""/> 
</p>
<p>
</p>
<h2>How to log in to phpList
</h2>
<p>To log in, enter the username in the <strong>Name:</strong> box and password in the <strong>Password:</strong> box, then click <strong>Continue</strong>. The default username is <strong>admin</strong>, however, your system administrator may give you a more personalised login.
<br/></p>
<p>
</p>
<p><img src="static/enter_username_and_password.png" alt="how to log in to phpList - enter your username and password" height="304" width="526"/>  
</p>
<p>When you have successfully entered your username and password you will see the page you were trying to access. In this case, the <strong>Dashboard</strong>.
<br/></p>
<p> <img src="static/logged_in.png" alt="phpList - view when logged in to Dashboard" height="464" width="600"/></p>
<p>It is a good idea to bookmark your dashboard and use it as the primary way to access your phpList. Depending on your configuration, your dashboard might look a little different, for example there might be more items on your menu bar.
</p>
<h2>How to log out of phpList
</h2>
<p>The <strong>Logout</strong> button will always display in the top right of your installation.
</p>
<p><em>Remember to logout when you are not using phpList: your installation contains the personal data of your subscribers and it is your responsibility to keep it secure.
<br/></em>
</p>
<p><img src="static/phpList_log_out.png" alt="phpList logout button top right" height="130" width="600"/></p>
<h2> Feedback
</h2>
<p>Discuss this chapter <a href="https://discuss.phplist.org/t/logging-in-manual-chapter-feedback-and-discussion/199">here</a>.
<br/></p>
<p>
<br/></p></body></html>