Search

June 24, 2023
Announce »
...some spam joiners. So if you want to join, the password is now `DlangRox`

-Steve
June 22, 2023
General »
...emailtype1=exact&email1=%userid%',
           'noresolveonopenblockers' => 0,
           'password_complexity' => 'no_constraints',
           'proxy_url' => '',
           'querysharegroup' => 'editbugs...
June 22, 2023
General »
...like the database host name, uid, and password for the db are managed inside the...
May 12, 2023
General »
...AuthServer.authenticate(mail, password)?;

// More verbose form
string account = AuthServer.authenticate(mail, password)
    .case(ServerError...
May 12, 2023
General »
...AuthServer.authenticate(mail, password)?;
// with a function.
Account account = AuthServer.authenticate(mail, password).propagate;
// maybe...
March 11, 2023
Learn »
...username = "myapp_de.sean@gmail.com";
	settings.password = "mypass_veryStronk";

	logInfo("Sending mail...");
    sendMail(settings...
February 09, 2023
Learn »
...problem :

        auto result = users.findOne(["_id": userName, "password" : passHash]);


The error is, seen on the...
January 19, 2023
Learn »
...placeholder="Email")
                            input.form__input(type="password", placeholder="Password")
                            button().form__button.button.submit SIGN...
January 17, 2023
General »
It's not in the spam folder, I have already checked that.  I set up...
January 17, 2023
General »
Did you check your spam folder? I just tested on gmail and that's where...
1 2 3
Next ›   Last »