user database
Moderators: JRL, Dorian (MJT support)
-
- Pro Scripter
- Posts: 63
- Joined: Sat Dec 25, 2004 3:23 pm
user database
Hi. Is there a way to create a user ID and Password with macro scheduler on my web server? So when they register it puts there USERID and PW in a specified folder so they can log on next time? Or is what i want impossible?
Probably, yes. But what sort of password is this? Is this web server/operating system level password protection or just a login form built by yourself using CGI? What kind of database? What kind of server is it? Is Macro Scheduler the most appropriate tool to do this? Web server passwords on a linux/apache server are made using the htpasswd command in linux. No need for Macro Scheduler there. This can be called from within Perl/PHP or similar. In Windows it is either a windows account or administered in the web server software - this could be automated by Macro Scheduler I suppose.
MJT Net Support
[email protected]
[email protected]
-
- Pro Scripter
- Posts: 63
- Joined: Sat Dec 25, 2004 3:23 pm
Just a regular User id and password. And i have Windows 2000 server. I dont really know PHP and PERL. I just wanted to make one to access a certain dialog with all special stuff.support wrote:Probably, yes. But what sort of password is this? Is this web server/operating system level password protection or just a login form built by yourself using CGI? What kind of database? What kind of server is it? Is Macro Scheduler the most appropriate tool to do this? Web server passwords on a linux/apache server are made using the htpasswd command in linux. No need for Macro Scheduler there. This can be called from within Perl/PHP or similar. In Windows it is either a windows account or administered in the web server software - this could be automated by Macro Scheduler I suppose.
Wait - I think I may have misunderstood your question. Do you want a Macro Scheduler script to create the username and password or do you just want to password protect an area of your web site which accesses a Macro Scheduler script?
If the latter just do this from within your web server admin software.
If the latter just do this from within your web server admin software.
MJT Net Support
[email protected]
[email protected]
-
- Pro Scripter
- Posts: 63
- Joined: Sat Dec 25, 2004 3:23 pm