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