From ffd41931fa4517d66fe9764b91d445769bc43acf Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:19:47 +0000
Subject: [PATCH] =gitblit switch
---
users/client.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/users/client.php b/users/client.php
index 8a66db6..96fc29e 100644
--- a/users/client.php
+++ b/users/client.php
@@ -1,11 +1,11 @@
<?php
// /users/client.php
-function altr_user_client():array
+function atat_user_client():array
{
return [
'label' => 'Client',
'has_dashboard' => true,
- 'can_create' => ['support'],
+ 'can_create' => [''],
'can_register' => true,
'keep_stats' => false,
'icon' => 'user',
--
Gitblit v1.10.0