|
-
Mar 7th, 2002, 03:57 AM
#1
Thread Starter
Member
Email Password Changing
I am just learning php and am trying to create a web based application for users of my email system to be able to change their passwords. I am running twig, and the password is their system password for logging on to ftp, ssh, and email.
Sometimes the simplest things are the hardest...
-
Mar 7th, 2002, 10:01 AM
#2
twig? is that some form of encyption?
let me look at my snippets to see if I have something
-
Mar 8th, 2002, 04:53 PM
#3
Thread Starter
Member
twig
Twig is a php based email system.. here is the link if you would like to see it. I really just want a php script that will change a users password over the web. Twig verifies users through linux, not a database, so I need to change a users password in linux not a database.
http://twig.screwdriver.net
Sometimes the simplest things are the hardest...
-
Mar 8th, 2002, 05:29 PM
#4
well you do need a database
REQUIREMENTS
For TWIG to function you need the following:
A web server (Apache is recommended)
A supported database server (see below for details)
PHP 3.0.12 or greater with support for IMAP and your database software
so look where it is storing the password in the database table. all the fiels are .php3 so it can't store it unless it is a form of database. are you running Mysql or something else?
-
Mar 8th, 2002, 05:56 PM
#5
Thread Starter
Member
twig
Yes.. I know.. twig is not my problem.. twig is working great and has been for several months now... i wish to give users access to change their password over the web. All I want is a php script to change the password in linux.
Sometimes the simplest things are the hardest...
-
Mar 8th, 2002, 05:58 PM
#6
Thread Starter
Member
more..
The username and password is not stored in the database... user settings are stored in the database... (yes its mysql).. i need php to actually access a user in linux and change that information.. I'm just not sure if this is even possibly through php.
Sometimes the simplest things are the hardest...
-
Mar 8th, 2002, 06:08 PM
#7
then what file is the password being stored? it has to be in a file or it isn't stored. maybe a cookie? maybe a session? but if it has to do with the email program I can almost garunteed that it is on the database.
but you say in linux? like they are signing on to linux as the root does when goes on? maybe I don't understand what you mean by "in Linux".....
-
Mar 8th, 2002, 09:58 PM
#8
Thread Starter
Member
system account
Twig logs you in by pulling your information from the system account. So if you login to the terminal and change your password that way, it would reflect that when you logged in from the web interface and checked your email. So I need to create a PHP script that will change the system password.
Sometimes the simplest things are the hardest...
-
Mar 8th, 2002, 11:54 PM
#9
ok, now that we are talking about the system password then there is no way. just think if I could, then I can just run some code and change everybodies password that runs linux.
not possible.... sorry
-
Mar 9th, 2002, 12:50 AM
#10
Thread Starter
Member
well..
Well thanks for your help.. I appreciate it
Sometimes the simplest things are the hardest...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|