This commit is contained in:
Unick Soft 2020-07-03 22:32:35 +02:00
parent 61f79385ea
commit 50d97b43ec
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ $Skin = 'graph';
## the "attr" passwords for the PmWiki and Main groups are locked, so
## an admin password is a good way to unlock those. See PmWiki.Passwords
## and PmWiki.PasswordsAdmin.
$DefaultPasswords['admin'] = pmcrypt('123erROR');
$DefaultPasswords['admin'] = pmcrypt('pas');
## Unicode (UTF-8) allows the display of all languages and all alphabets.
## Highly recommended for new wikis.

View File

@ -36,8 +36,8 @@ $Skin = 'graph';
## the "attr" passwords for the PmWiki and Main groups are locked, so
## an admin password is a good way to unlock those. See PmWiki.Passwords
## and PmWiki.PasswordsAdmin.
$DefaultPasswords['admin'] = pmcrypt('123erROR');
$DefaultPasswords['edit'] = pmcrypt('123erROR');
$DefaultPasswords['admin'] = pmcrypt('pas');
$DefaultPasswords['edit'] = pmcrypt('pas');
#$DefaultPasswords['admin'] = pmcrypt('pas');
#$DefaultPasswords['edit'] = pmcrypt('pas');