Merge branch 'master' of https://git.qwik.space/furo/qwik-register
This commit is contained in:
commit
a4f3ce4303
11
LICENSE
Normal file
11
LICENSE
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
Version 2, December 2004
|
||||||
|
|
||||||
|
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
@ -1,5 +1,6 @@
|
||||||
# qwik-register
|
# qwik-register
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
## GLAuth installation
|
## GLAuth installation
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -59,4 +60,7 @@ INSERT INTO groups(name, gidnumber) VALUES('admins', 10);
|
||||||
INSERT INTO groups(name, gidnumber) VALUES('root', 100);
|
INSERT INTO groups(name, gidnumber) VALUES('root', 100);
|
||||||
|
|
||||||
INSERT INTO includegroups(parentgroupid, includegroupid) VALUES(10, 0);
|
INSERT INTO includegroups(parentgroupid, includegroupid) VALUES(10, 0);
|
||||||
```
|
```
|
||||||
|
=======
|
||||||
|
A really cool registration page, I promise <3
|
||||||
|
>>>>>>> 429ce54fd89747f18c33167175c8c0531fee9627
|
||||||
|
|
Loading…
Reference in New Issue
Block a user