Support Forums

Old 04-08-2006, 04:48 PM   #1
Member
 
Join Date: Mar 2006
Location: Uk
Posts: 86
Rep Power: 13
build is on a distinguished road
Default Change name and password

Hi

Where do I change a name?

IE I want to change "seller" to "user".

Also in admin I cannot see anywhere in the pages where I can find out a users password to the site.

I know a user can click a lost password BUT that is not what I want it for.

A lot of times a user has ask to do xxxx to there reg and we then email them and ask for their user name, email, and PASSWORD to make certain that it is them.

So have I missed it some where that I can check their password.


Regards

John
build is offline  
Old 04-08-2006, 06:10 PM   #2
Moderator
 
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,153
Rep Power: 58
juven14 is a jewel in the rough
Default

The password is passed through md5 or stored as sqlpassword in the database. You would have to repeat the process and compare the results to what is stored in the database. This cannot be done through the admin panel.

I would suggest creating an additional registration field and make it a secret question, you could then browse user from the admin panel and see this field for comparison.
__________________
TemplateCodes.com
juven14 is offline  
Old 04-08-2006, 08:16 PM   #3
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 713
Rep Power: 26
Chaslie will become famous soon enough
Default

Quote:
IE I want to change "seller" to "user".
In the 'language' file which is here: /launguage/english.php
__________________
Chaslie
V4.0.9 dev
AUSCITY

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals

HTML Help
W3 Schools
Chaslie is offline  
Old 04-09-2006, 07:13 AM   #4
Member
 
Join Date: Mar 2006
Location: Uk
Posts: 86
Rep Power: 13
build is on a distinguished road
Default

Quote:
Originally Posted by Chaslie
In the 'language' file which is here: /launguage/english.php
Hi Chaslie

Yes I did find that but on reading one of the posts from juven14 he said that he did not touch the languade file.

Why would that be?

So I thought that was not the place do do it.

Anyway I have done it and yes it works great.

Thank you
build is offline  
Old 04-09-2006, 09:34 AM   #5
Moderator
 
 
Join Date: Mar 2006
Posts: 3,908
Rep Power: 95
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by build
Hi Chaslie

Yes I did find that but on reading one of the posts from juven14 he said that he did not touch the languade file.

Why would that be?

So I thought that was not the place do do it.

Anyway I have done it and yes it works great.

Thank you
Many of the constants in the language file are used in numerous places in the site. The reason you may NOT want to make a change there is if you want something changed in only one spot but it appears in many spots. Changes to the language file are all or nothing you cant selectivly just change one page. In cases where just a single page change is desired but the lang file constant is used in many places the template file is changed instead.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline  
Old 04-09-2006, 09:58 AM   #6
Moderator
 
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,153
Rep Power: 58
juven14 is a jewel in the rough
Default

Yes, the reason I don't touch the language file is because of the reason lhotch suggested. I don't often know where else those changes are going to take place so I just make the changes on the indiviual pages as not to disturb anything else.

If you are wanting to globably change the word user to seller or etc, I would suggest an edit in the language file as made by Chaslie, just be sure to look for changes you might not want.
__________________
TemplateCodes.com
juven14 is offline  
Old 04-18-2006, 08:44 AM   #7
Member
 
Join Date: Mar 2006
Location: Uk
Posts: 86
Rep Power: 13
build is on a distinguished road
Default

Quote:
Originally Posted by juven14
The password is passed through md5 or stored as sqlpassword in the database. You would have to repeat the process and compare the results to what is stored in the database. This cannot be done through the admin panel.

I would suggest creating an additional registration field and make it a secret question, you could then browse user from the admin panel and see this field for comparison.
Hi John

Hope you had a nice holiday

John

I have done the above all ok and it works when a user reg to the site
I can see the secret question all ok and it puts it in

BUT when I goto the admin and do a search members it is NOT listed.
Should it be?

As from what you say above I should be able to do a search on the
"secret question" part
__________________
Regards

John

Useing Developer
build is offline  
Old 04-18-2006, 09:30 AM   #8
Moderator
 
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,153
Rep Power: 58
juven14 is a jewel in the rough
Default

If you created the registration field - in administration/useradminregistration.php then the fields will show up when you browse member. If you know the members name you can search by name and then look at the field in the user info.

I am not sure about the search, but I am guessing that the text box looks in the extra fields.
__________________
TemplateCodes.com
juven14 is offline  
Old 04-18-2006, 02:40 PM   #9
Member
 
Join Date: Mar 2006
Location: Uk
Posts: 86
Rep Power: 13
build is on a distinguished road
Default

Quote:
Originally Posted by juven14
If you created the registration field - in administration/useradminregistration.php then the fields will show up when you browse member. If you know the members name you can search by name and then look at the field in the user info.

I am not sure about the search, but I am guessing that the text box looks in the extra fields.
Hi John

I created it in
User Admin Settings/User Registration Fields

Yes it does show in the
Manage Members/Browse Members/ Browse Users/Modify

BUT not in the
Manage Listings/Search Listings

Would I have to hand code that in somewhere?
__________________
Regards

John

Useing Developer
build is offline  
Old 04-18-2006, 02:45 PM   #10
Moderator
 
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,153
Rep Power: 58
juven14 is a jewel in the rough
Default

Registration fields shouldn't be tied to the listings. Try searching via search members, then enter the secret question's answer in the search box there. Let me know if you get any results.

Why are you looking up user information from within listings, you will get multiple listings to look in with the same information. You can search members and get 1 result provided nobody has the same answer.

Are you trying to search for listings by member?
__________________
TemplateCodes.com

Last edited by juven14; 04-18-2006 at 02:52 PM.
juven14 is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:06 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0