Is there script file that I can use to allow the users to email their password to them if they forget it?
Is there script file that I can use to allow the users to email their password to them if they forget it?
Re: Password recovery sbbs web site
By: Plt to All on Fri Feb 15 2019 05:41 pm
Is there script file that I can use to allow the users to email their password to them if they forget it?
Passwords + Email = :-(
If they forget it, probably be best to go through a challenge routine to reset >it. I thought I saw a mod for that back in the day -- maybe it was a WWIV mod.
Rob
Is there script file that I can use to allow the users to email their password to them if they forget it?
Re: Password recovery sbbs web site
By: Plt to All on Fri Feb 15 2019 05:41 pm
Is there script file that I can use to allow the users to email their password to them if they forget it?
yes
---
It's built into the default login module (exec/login.js), just set 'email_passwords = true' in the [login] section of your ctrl/modopts.ini file. That's actually the default setting, so you should already have it.
Re: Re: Password recovery sbbs web site
By: Plt to MRO on Sat Feb 16 2019 12:09 am
Which one please?Is there script file that I can use to allow the users to email their password to them if they forget it?
it's in the default code
Re: Password recovery sbbs web site
By: MRO to Plt on Fri Feb 15 2019 08:42 pm
Is there script file that I can use to allow the users to email their
password to them if they forget it?
yes
Wow, that's probably one of the most helpful replies I've ever seen.
Which one please?Is there script file that I can use to allow the users to email their password to them if they forget it?
Re: Re: Password recovery sbbs web site
By: Mortifis to MRO on Sat Feb 16 2019 03:25 pm
it's in the default code
pretty sure he is asking about a script for the web interface and not the telnet interface
why do you think that.
his web isnt even up
it's in the default code
pretty sure he is asking about a script for the web interface and not the telnet interface
Re: Password recovery sbbs web site
By: Digital Man to Plt on Fri Feb 15 2019 10:12 pm
It's built into the default login module (exec/login.js), just set 'email_passwords = true' in the [login] section of your ctrl/modopts.ini file. That's actually the default setting, so you should already have it.
it would be nice to have it just email the pw if you try to login to the user but dont know the email. i use a lot of email aliases and cant remember then all with the various bbses.
Re: Password recovery sbbs web site
By: MRO to Digital Man on Sat Feb 16 2019 12:31 pm
Re: Password recovery sbbs web site
By: Digital Man to Plt on Fri Feb 15 2019 10:12 pm
It's built into the default login module (exec/login.js), just set 'email_passwords = true' in the [login] section of your ctrl/modopts.ini file. That's actually the default setting, so you should already have it.
it would be nice to have it just email the pw if you try to login to the user but dont know the email. i use a lot of email aliases and cant remember then all with the various bbses.
That's exactly what it does.
why do you think that.
his web isnt even up
I suppose I may have just inferred that based on the Subject "Message Subject:
Password recovery sbbs web site" :/
^^^^^^^^^^^^^
Is there script file that I can use to allow the users to email their
password to them if they forget it?
yes
Re: Re: Password recovery sbbs web site
By: Mortifis to MRO on Sat Feb 16 2019 05:49 pm
why do you think that.
his web isnt even up
I suppose I may have just inferred that based on the Subject "Message Subject:
Password recovery sbbs web site" :/
^^^^^^^^^^^^^
oh, you actually read the msg subjects? we never change those things.
Oh, I see, you don't want it to confirm the email first. That's a simple change.
digital man
oh, you actually read the msg subjects? we never change those things.
I do :-P
He may have taken it down because he is very security minded and bots constantly hammer the web server with login attempts but doesn't count failed logins or put them temp ban. Though, grabbing the daily full_blacklist_database.zip file from http://myip.ms and merging it into ip.can helps because the web server does read that :-)
Re: Password recovery sbbs web site
By: Digital Man to MRO on Sat Feb 16 2019 02:44 pm
Oh, I see, you don't want it to confirm the email first. That's a simple change.
digital man
yeah that's better. i'm not sure if you want it to echo the actual email address in case someone sneeky is trying to collect it.
constantly hammer the web server with login attempts but doesn't count failed logins or put them temp ban. Though, grabbing the daily full_blacklist_database.zip file from http://myip.ms and merging it into ip.can helps because the web server does read that :-)
why do you think that.
his web isnt even up
Re: Re: Password recovery sbbs web site
By: Mortifis to MRO on Sat Feb 16 2019 07:32 pm
constantly hammer the web server with login attempts but doesn't count failed logins or put them temp ban. Though, grabbing the daily full_blacklist_database.zip file from http://myip.ms and merging it into ip.can helps because the web server does read that :-)
You gave me an idea... let's automate that! Stay tuned :-)
Re: Password recovery sbbs web site
By: Plt to All on Fri Feb 15 2019 05:41 pm
Is there script file that I can use to allow the users to email their password to them if they forget it?
It's built into the default login module (exec/login.js), just set 'email_passwords = true' in the [login] section of your ctrl/modopts.ini file. That's actually the default setting, so you should already have it.
digital man
Re: Password recovery sbbs web site
By: MRO to Plt on Fri Feb 15 2019 08:42 pm
Is there script file that I can use to allow the users to email their
password to them if they forget it?
yes
Wow, that's probably one of the most helpful replies I've ever seen.
Nightfox
Re: Password recovery sbbs web site
By: MRO to Plt on Fri Feb 15 2019 08:42 pm
Is there script file that I can use to allow the users to email their
password to them if they forget it?
yes
Wow, that's probably one of the most helpful replies I've ever seen.
Nightfox
I checked both files and I saw the settings but I am still trying to figure out how the password reset for the web?
Re: Re: Password recovery sbbs web site
By: Mortifis to MRO on Sat Feb 16 2019 07:32 pm
constantly hammer the web server with login attempts but doesn't count failed logins or put them temp ban. Though, grabbing the daily full_blacklist_database.zip file from http://myip.ms and merging it into ip.can helps because the web server does read that :-)
You gave me an idea... let's automate that! Stay tuned :-)
Is there script file that I can use to allow the users to email
their password to them if they forget it?
yes
Wow, that's probably one of the most helpful replies I've ever seen.
are you an idiot too? it's in the default synchronet release which this guy is running.
Re: Re: Password recovery sbbs web site
By: Mortifis to Dmxrob on Mon Feb 18 2019 03:20 am
Do you run php on your server? I have a script I wrote a while ago that runs as a timed event to download and merge the myip.ms blacklist_database.txt into the ip.can ... it strips out the old blacklist_database.txt and replaces it with an updated version while keeping
if you grab this list you can block all the tor nodes too.
http://torstatus.blutmagie.de/ip_list_all.php/Tor_ip_list_ALL.csv
Do you run php on your server? I have a script I wrote a while ago that runs as a timed event to download and merge the myip.ms blacklist_database.txt into the ip.can ... it strips out the old blacklist_database.txt and replaces it with an updated version while keeping
http://torstatus.blutmagie.de/ip_list_all.php/Tor_ip_list_ALL.csv
very good, thank you, added that to my ip.can and it immediately started blocking ip's not already listed from other merged lits.
2 wrongs don't make a right, but 3 left turns will get you back on the freeway!
http://torstatus.blutmagie.de/ip_list_all.php/Tor_ip_list_ALL.csv
very good, thank you, added that to my ip.can and it immediately
started blocking ip's not already listed from other merged lits. 2
wrongs don't make a right, but 3 left turns will get you back on the
freeway!
if you grab that every day [you should] you need to rig it so it's
sorted and dupes are removed.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 88:48:06 |
Calls: | 2,069 |
Calls today: | 2 |
Files: | 11,134 |
Messages: | 946,761 |