]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
mod.cservice: Replacing temp password used: temPass -> temPass2020@
authorHidden <redacted>
Mon, 21 Feb 2022 13:29:54 +0000 (08:29 -0500)
committerHidden <redacted>
Mon, 21 Feb 2022 13:53:03 +0000 (08:53 -0500)
There was an issue with "Too many redirects" on the web login (Issue #8)
Credit: ZioN and Ratler

doc/cservice.addme.sql

index 166c87f49b79e60a877347c9e1723ae7579cb615..565d28526bba3d1f795837af5ad2e8a22119bf2e 100755 (executable)
@@ -4,7 +4,7 @@
 --
 -- This script will reigster the admin channel * 
 -- And will create an admin by the name of Admin  
--- with pass : temPass And access level 1000
+-- with pass : temPass2020@ And access level 1000
 -- Note this script assumes that you didnt add any users/channels to the db
 --
 --
@@ -22,7 +22,7 @@ INSERT into channels (name,flags,channel_ts,registered_ts,last_updated)
 VALUES ('#coder-com',1,now()::abstime::int4,31337,now()::abstime::int4);
 
 INSERT into users (user_name,password,language_id,last_updated) 
-VALUES ('Admin','07d976a29bdb3ff42e19c102852151b28097bbad',1,now()::abstime::int4);
+VALUES ('Admin','xEDi1V791f7bddc526de7e3b0602d0b2993ce21d',1,now()::abstime::int4);
 
 --INSERT into users_lastseen (user_id,last_seen,last_updated) 
 --VALUES (1,now()::abstime::int4,now()::abstime::int4);