⚡️ Implemented login management
This commit is contained in:
15
templates/share-add-login.html
Normal file
15
templates/share-add-login.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ define "page-content" }}
|
||||
<form method="post">
|
||||
<input name="share" type="hidden" value="{{ .ShareId }}"/>
|
||||
<label>
|
||||
Login: <input name="login" placeholder="Login name"/>
|
||||
</label>
|
||||
<label>
|
||||
Password: <input type="password" name="password" placeholder="Password"/>
|
||||
</label>
|
||||
<label>
|
||||
ReadOnly: <input type="checkbox" name="readonly"/>
|
||||
</label>
|
||||
<input type="submit" value="Add Login"/>
|
||||
</form>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user