brucewin
Posts: 143
|
| Posted: 12/06/2005, 7:24 PM |
|
I am using windows xp home edition
Apache server
PHP
All is done on my desktop
The employee example and the task example was working fine until I changed a password in the employee file.
Now when I click on Administration, I try to log in with admin/admin I get Login or Password is incorrect.
Is their any place to change the passwords. None of the employee passwords work either. In fact what are they used for in the empoyee file?
Bruce
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 12/07/2005, 12:01 AM |
|
Use your SQL tool, PhPMyAdmin to view/edit the database.
On your XAMPP installation that would mean start your browser and point it to "localhost" or "127.0.0.1", that should give you the XAMPP openingscreen.
Then set the password to whatever you can remember.
The employee table has passwords for each employee so the can log in themselves.
But being fictional employees they probably won't
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
brucewin
Posts: 143
|
| Posted: 12/07/2005, 4:07 AM |
|
I don't need the password to log into my localhost, that works just fine. I need a password to log into the CCS example Employee Directory on my local host.
admin/admin no longer works. None of the employee passwords work either.
How can you add another level of access to this project. I need a third level to view the employee file, no edits. The administration level can make the edits.
Bruce
|
 |
 |
Walter Kempees
|
| Posted: 12/07/2005, 10:43 AM |
|
As I said, use PhPmyAdmin to view/edit the content of the employee table.
If you view the data you will see one username = admin, change that password
to whatever you want it to be and can remember.
Read my previous post again
"brucewin" <brucewin@forum.codecharge> schreef in bericht
news:24396d090a06ae@news.codecharge.com...
>I don't need the password to log into my localhost, that works just fine.
>I
> need a password to log into the CCS example Employee Directory on my local
> host.
>
> admin/admin no longer works. None of the employee passwords work either.
>
> How can you add another level of access to this project. I need a third
> level
> to view the employee file, no edits. The administration level can make the
> edits.
>
> Bruce
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/07/2005, 10:58 AM |
|
Or you can use any other MySQL tool to view the data in the database. This is how every Website administrator would solve this problem.
You can also create a temporary page in CCS that displays all users from the 'users' table, or create a user query in CCS and click the "View Data" button to view all user records.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Walter Kempees
|
| Posted: 12/07/2005, 11:09 AM |
|
Quote :
> You can also create a temporary page in CCS that displays all users from
> the
> 'users' table, or create a user query in CCS and click the "View Data"
> button
> to view all user records.
That being a page WITHOUT security, so in Properties->Restricted No
"peterr" <peterr@forum.codecharge> schreef in bericht
news:2439730c50b81c@news.codecharge.com...
> Or you can use any other MySQL tool to view the data in the database. This
> is
> how every Website administrator would solve this problem.
> You can also create a temporary page in CCS that displays all users from
> the
> 'users' table, or create a user query in CCS and click the "View Data"
> button
> to view all user records.
> _________________
> Peter R.
> YesSoftware Forums Moderator
> For product support please visit http://support.yessoftware.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
brucewin
Posts: 143
|
| Posted: 12/07/2005, 12:40 PM |
|
Fixed. Thanks!
|
 |
 |
|