-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSidebarPrepPasswords.html
More file actions
32 lines (29 loc) · 1.33 KB
/
SidebarPrepPasswords.html
File metadata and controls
32 lines (29 loc) · 1.33 KB
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
<!DOCTYPE html>
<html>
<head>
<base target="_top">
</head>
<body>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<div class="container" style="width: 95%; padding: 5px;">
<h6><b>Step 2: Password Preparation</b></h6>
<div class="card-panel blue lighten-4" style="font-size: 0.9rem; padding: 10px;">
SPOGOU is currently fetching user details and generating temporary passwords.
</div>
<p>This process includes:</p>
<ul class="collection" style="font-size: 0.85rem;">
<li class="collection-item">Listing members from Group/Classroom</li>
<li class="collection-item">Fetching full names from Directory</li>
<li class="collection-item">Generating easy-to-use temporary passwords</li>
</ul>
<div class="progress">
<div class="indeterminate blue"></div>
</div>
<p style="font-size: 0.85rem; color: #757575;">
Please wait. You will be notified once the <b>Users</b> sheet is ready for your review.
</p>
</div>
</body>
</html>