Magento – Admin password using SQL / Change Database

Today we wanted to change the password of the admin of our Magento store and used the following command, which e.g.. is entered in the phpMyAdmin SQL, after you select the database: UPDATE `admin_user` SET `password` = MD5(‘123456’) WHERE `username` = ‘admin’; “admin-user” here refers to the table in which the users are registered. this is…

Magento – Payment method only in the backend admin but not update the frontend

If you frequently receive direct orders from the back end and as. Telephone credit card bookings will, the notice is, that it is difficult to one of the existing payment methods to. It would be nice, therefore, a payment method e.g.. “Payment by credit card telephone booking”, only to administrators but not the shop available to visitors. There are many extensions and instructions, at…