Compare commits

..

No commits in common. "master" and "v0.25b" have entirely different histories.

2 changed files with 5 additions and 11 deletions

View File

@ -1,8 +1,11 @@
#!/bin/bash
set -e
set -u
login=$1
password=$(htpasswd -bnBC 10 "$1" "$1")
password=$(htpasswd -bnBC 10 "" $1|tr -d '\d')
echo "${password}:${login}:${login}@localhost:${login},user"
echo "${login}${password}:${login}:${login}@localhost:${login},user"
./dau $1 >> /var/www/html/doku/conf/users.auth.php

View File

@ -1,9 +0,0 @@
#!/bin/bash
set -e
set -u
./dau louis >> /var/www/html/doku/conf/users.auth.php
./dau johan >> /var/www/html/doku/conf/users.auth.php
./dau elio >> /var/www/html/doku/conf/users.auth.php
./dau hadrien >> /var/www/html/doku/conf/users.auth.php
./dau thomas >> /var/www/html/doku/conf/users.auth.php