OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Users

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Users 11 Years, 7 Months ago
Karma: 0  
I have two users, Alex and Leonardo. Leonardo owns only one car and the rest belongs to Alex. The problem is that I want to change the e-mail of Alex and Leonardo, and when I do that the cars are unowned and the system tells me I'm not registered cars. Can you guys help me on this one?
Logged Logged
Last Edit: 2012/08/28 10:37 By leo5city.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Users 11 Years, 7 Months ago
Karma: 101  
Hello,

I am sorry we use email - for set vehicle owner - because with email - you always may found owners.

So real change owner for every vehicle only through Database

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Re:Users 11 Years, 7 Months ago
Karma: 0  
How can I do that?

Please help!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Users 11 Years, 7 Months ago
Karma: 101  
Hello,

With help yours database access

you may use phpMyAdmin find in yours database table "vehiclemanager_vehicles"

in it find field "owneremail" and replace value in it.

you may do that with help command like:
Code:


UPDATE g_vehiclemanager_vehicles SET owneremail = "new_email"
WHERE owneremail = "old_email"



But first do backup these table

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»