JoomlaVM

  • Increase font size
  • Default font size
  • Decrease font size
Home Joomla development How to change super admin password in Joomla

How to change super admin password in Joomla

  Before we begin, you must have access to your database. If you don't, pass these instructions on to someone that does.  please backup your database before making changes.

steps:

1.Log in to your Joomla database (via phpMyAdmin for example)

2.Click to edit the _users database (will be preceded by your account name, for example: example_users

3.Edit the entry for where usertype = "Super Administrator" (should be the first record)

then you can see your old password, but it's cryptograph,so you need to overwrite it with the new password that you can know and need to remember.

4.execute the follow Sql : UPDATE example_users SET password=MD5('yourpassword') WHERE usertype = "Super Administrator";

 

 

VirtueMart Shopping Cart

VirtueMart
Your Cart is currently empty.

Newsletter


Newsflash

Virtuemart Upload Component

Upload Images and Files with your order in Virtuemart - VMUpload is a versatile plugin to the core application Virtuemart that allows for a customer to upload files to their order based on parameters established by the site administrator. it include a Joomla component and a Virtuemart patch.

Feature Summary

Font-end:

  • Upload and bind the files to a order
  • Ability to add more upload fields as needed
  • Secure client folder created as upload destination (folder name defined by username)
  • Create the thumbnail image automatically if the uploaded file is picture
  • Integrate with an image gallery for photos, show upload picture with lightbox
  • CSS friendly coding; Multi-language compatible (English native)

Back-end:

  • Check the uploaded files based on client orders
  • Download uploaded files from orders
  • Config number of maximum Files to upload
  • Config Maximum files size
  • Config upload file folder
  • Choice of acceptable file types
  • Creation of thumbnail image to defined size
  • Manage the uploaded files