mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 01:26:43 +08:00
fix (plg_authenticate_local): handle base
This commit is contained in:
@ -35,7 +35,7 @@ func (this SimpleAuth) Setup() Form {
|
||||
{
|
||||
Name: "banner",
|
||||
Type: "hidden",
|
||||
Description: fmt.Sprintf(`<pre>MANAGEMENT GUI: <a href="/admin/simple-user-management">/admin/simple-user-management</a>
|
||||
Description: fmt.Sprintf(`<pre>MANAGEMENT GUI: <a href="`+WithBase("/admin/simple-user-management")+`">/admin/simple-user-management</a>
|
||||
STATS:
|
||||
┌─────────────┐ ┌──────────────┐
|
||||
│ TOTAL USERS │ │ ACTIVE USERS │
|
||||
|
||||
Reference in New Issue
Block a user