-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSidebarSetPasswords.html
More file actions
25 lines (23 loc) · 986 Bytes
/
SidebarSetPasswords.html
File metadata and controls
25 lines (23 loc) · 986 Bytes
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
<!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 3: Setting Passwords</b></h6>
<div class="card-panel blue lighten-4" style="font-size: 0.9rem; padding: 10px;">
SPOGOU is now updating passwords in the Google Workspace directory.
</div>
<div class="progress">
<div class="indeterminate blue"></div>
</div>
<p style="font-size: 0.85rem; color: #757575;">
This may take a moment depending on the number of users. Please do not close the sidebar.
</p>
</div>
</body>
</html>