Avatar

lordcrackerB

lordcracker@alien.top
Joined
1 posts • 12 comments
Direct message

Create a file resetpw.php in endpoints/cronjobs/

Paste the following code:

prepare($sql);

$hashedPassword = password_hash($password, PASSWORD_DEFAULT);

$stmt->bindParam(':password', $hashedPassword, SQLITE3_TEXT);

$result = $stmt->execute();

if ($result) {

echo "Password updated successfully.";

} else {

echo "Error updating password.";

}

Change mynewpassword to your desired password. If your environment is different, please set $webPath manually.

Then run on your browser: domain:port/endpoints/cronjobs/resetpw.php

Finally, delete the resetpw.php file so it can’t be unintentionally triggered again.I haven’t tested the code, but it should work.

permalink
report
parent
reply

Hi. It should do TLS by default. You should set the TLS port.

permalink
report
parent
reply

Thank you. Happy you liked it.

permalink
report
parent
reply

It now works on ARM and ARM64. Regards.

permalink
report
parent
reply

It’s being worked on. Keep an eye on https://github.com/ellite/Wallos/issues/9 . It will be updated when this is available.

permalink
report
parent
reply

You can add a category for that in the settings. Or maybe I’m not understanding exactly what you mean.

permalink
report
parent
reply

Thank you. Not exactly sure what you mean, but in the settings you can add categories and maybe with that you can have more or less what you want?

permalink
report
parent
reply

That is implemented. Notifications by email only for now.

permalink
report
parent
reply

None really. You can probably do much more advanced stuff with a spreadsheet.
For me it’s just easier to visualise it this way and I am not very familiar with spreadsheets.

permalink
report
parent
reply