server/reset.php
Arthur Schiwon ceeb44bd04
Initial work on Apps page split:
* interfaces for the Admin settings (IAdmin) and section (ISection)
* SettingsManager service
* example setup with LDAP app
2016-08-09 18:05:09 +02:00

5 lines
127 B
PHP

<?php
$RUNTIME_NOAPPS = TRUE;
require_once 'lib/base.php';
$be = new OC_User_Database();
$be->setPassword('master', 'master');