]> source.dussan.org Git - nextcloud-server.git/commitdiff
disable user managment for now
authorRobin Appelman <icewind1991@gmail.com>
Sun, 6 Jun 2010 20:07:37 +0000 (22:07 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 6 Jun 2010 20:07:37 +0000 (22:07 +0200)
inc/templates/adminform.php
inc/templates/configform.php

index 8d34832e7197d72a905302042bf21ca596c29897..beb87ca89f2b21311378c29ee898e7b872ca527a 100755 (executable)
@@ -115,7 +115,7 @@ foreach($dbtypes as $dbtype){
 <tr><td></td><td><input type="submit" name="set_config" alt="save" value="save" class="formstyle" /></td></tr>
 </table></form><br/>
 <?php
-if(!$FIRSTRUN){?>
+if(!$FIRSTRUN and false){//disabled for now?>
 <br/>
 <form method="post" enctype="multipart/form-data">
 <table cellpadding="5" cellspacing="5" border="0" class="loginform">
index 037249a84a26487b29457ec47e5cb6d84dd22b81..f9abaad8966c9cb70b289509747cf7e37e4f029d 100755 (executable)
@@ -32,6 +32,7 @@ changepassset=function(){
 <tr style='display:none' id='new_password_retype'><td>retype admin password:</td><td><input type="password" name="password2" size="30" class="formstyle"></input></td></tr>
 </table>
 </form>
+<!--dissabled for now
 Groups:
 <form method="post" enctype="multipart/form-data">
 <input type='hidden' name='creategroup' value='1'>
@@ -48,4 +49,4 @@ foreach($groups as $group){
 <tr><td colspan='2' class='center'>Create new group</td></tr>
 <tr><td><input type='text' name='groupname' class="formstyle"></input></td><td><input type='submit' value='create' class="formstyle"></input></td></tr>
 </table>
-</form>
+</form>-->