This repository was archived by the owner on Dec 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 42
42
<div class =" collapse mt-2 border border-3 border-warning p-3 rounded shadow" id =" ADMINCollapse" >
43
43
<div >
44
44
<form action =" /config/edit/admin/password" method =" POST" >
45
- <label for =" password" >New Admin Password</label >
46
- <input class =" form-control mb-2" type =" text" name =" password" placeholder =" Admin Password" required >
45
+
46
+ <div class =" mb-3" >
47
+ <label for =" password" >New Admin Password</label >
48
+ <input class =" form-control mb-2" type =" text" name =" password" placeholder =" Admin Password" required >
49
+ </div >
50
+
47
51
<button type =" submit" class =" btn btn-danger" >Change password</button >
48
52
</form >
49
53
</div >
55
59
</button >
56
60
</div >
57
61
<div class =" collapse mt-2 border border-3 border-warning p-3 rounded shadow" id =" GENERALCollapse" >
62
+ <div >
63
+ <form action =" /config/edit/domain" method =" POST" >
64
+
65
+ <div class =" mb-3" >
66
+ <label for =" password" >Domain settings</label >
67
+ <input class =" form-control mb-2" type =" text" name =" domain" value =" <%= Domain %>" placeholder =" example.com" required >
68
+ </div >
69
+
70
+ <div class =" mb-3 form-check" >
71
+ <input type =" checkbox" name =" ssl" class =" form-check-input" <% = configs.ssl ? " checked" : " " % >>
72
+ <label class =" form-check-label" for =" " >Secure? (https)</label >
73
+ </div >
58
74
75
+ <button type =" submit" class =" btn btn-danger" >Change Domain Settings</button >
76
+ </form >
77
+ </div >
59
78
</div >
60
79
</div >
61
80
<div >
You can’t perform that action at this time.
0 commit comments