summaryrefslogtreecommitdiffstats
path: root/reset.php
blob: f1b772e1cdec482b862e9e95833c65c63a4cec8d (plain)
1
2
3
4
5
<?php
$RUNTIME_NOAPPS = TRUE;
require_once 'lib/base.php';
$be = new OC_User_Database();
$be->setPassword('master', 'master');