idioma

  • English
  • Español
  • Russian

Top Menu

  • Live Chat
  • Submit a ticket
  • Sample Templates
  • Testimonials
  • Contact Us
 

Knowledgebase and documentation
If you have TEMPLATE-HELP.COM on your cardholder's statement and don't recognize it, please contact billing@template-help.com
  • Web templates
    • 3 Color Templates
      • Product Description
      • Tutorials
    • CSS Templates
      • Product Description
      • Tutorials
    • Dynamic Flash
      • Product Description
      • Tutorials
    • Dynamic Flash Photo Gallery
      • Product Description
      • Tutorials
      • Updates & Innovations
    • Flash Animated Templates
      • Product Description
      • Tutorials
    • Flash CMS Intro
      • Product Description
      • Tutorials
    • Flash Intro Templates
      • Product Description
      • Tutorials
    • Flash Templates
      • Product Description
      • Quick Guide
      • Tutorials
    • Dynamic SWISH Templates
      • Product Description
      • Tutorials
    • Full Package Templates
      • Product Description
      • Tutorials
    • Full Site templates
      • Product Description
      • Quick Guide
      • Tutorials
    • JS Animated
      • Tutorials
    • PSD Templates
      • Product Description
      • Tutorials
    • Razor Templates
      • Product Description
    • Stretched Template
      • Product Description
      • Tutorials
    • SWISH Animated templates
      • Product Description
      • Tutorials
    • Swish Templates
      • Product Description
      • Tutorials
    • XML Flash Templates
      • Product Description
      • Tutorials
    • PRO templates
      • Product Description
    • Responsive web templates
      • Product Description
  • E-commerce Templates
    • CRE Loaded
      • Product Description
      • Tutorials
      • Updates & Innovations
    • Magento
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • OpenCart
      • Product Description
      • Updates and Innovations
      • Tutorials
    • OsCommerce
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • Prestashop
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • VirtueMart
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • ZenCart
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • E-Commerce Comparison
    • E-commerce templates compatibility table
  • CMS & Blog Templates
    • Drupal
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • Joomla!
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • Mambo
      • Product Description
    • PhpBB
      • Product Description
      • Tutorials
    • Php-Nuke
      • Product Description
      • Tutorials
    • Tumblr templates
      • Tutorials
    • Wordpress
      • Product Description
      • Quick Guide
      • Tutorials
      • Updates & Innovations
    • CMS Product versions compatibility
  • Corporate Design
    • Corporate Identity
      • Product Description
      • Tutorials
    • Icon Set
      • Product Description
      • Tutorials
    • Logo Set
      • Product Description
      • Tutorials
    • Logo Templates
      • Product Description
      • Tutorials
    • PowerPoint Templates
      • Product Description
      • Tutorials
  • Silverlight
    • Silverlight Templates
      • Product Description
      • Tutorials
    • Silverlight Intro
      • Product Description
  • Video Templates
    • After Effects Intros
      • Product Description
      • Tutorials
    • After Effects Logo Reveals
      • Product Description
      • Tutorials
    • VideoSmash
      • Tutorials
  • Facebook Layouts
    • Facebook Flash Templates
      • Product Description
      • Tutorials
    • Facebook HTML Templates
      • Tutorials
    • Facebook Reveal Template
      • Product Description
      • Tutorials
    • Updates & Innovations
 

Pre-Sale Questions

  • Pre-Sale Questions
    • Pre-Sale FAQ
    • After Sale Support
    • Copyright & Template Usage
    • Licensing Questions
  • Billing Questions
 

General Tutorials

  • Developer Tools
  • Hosting FAQ
  • Working with CSS
  • Working with Photoshop
  • Working with HTML
  • Working with Files
  • Working with Flash
  • Working with JQuery
  • Working with fonts
  • Working with XML Flash
  • Working with Swish
 

¿Cómo restablecer los detalles de admin de Prestashop?

  • Author: Gordon J. Blair
  • Posted on: marzo 16, 2011
  • Relation: Administer
  • Complexity: Low
  • Etiquetas: admin, database, details, hosting, login, phpMyAdmin, Prestashop, reset
GD Star Rating
a WordPress rating system
 

1) Ingrese a su Panel de Control de Hosting y abra la herramienta PHPMyAdmin (o una herramienta que se utiliza para la gestión de bases de datos). Si no está seguro cómo se puede buscar y abrirlo, por favor comuníquese con su proveedor de hosting.

2) En la lista del panel izquierdo, hay que escoger la base de datos que creó para su Prestashop CMS.

(haga clic para ampliar)

3) Hay que encontrar una lista de tablas que se utilizan en la base de datos elejida, pero no es necesario trabajar con cualquiera de ellas directamente. Haga clic en la pestaña SQL.

(haga clic para ampliar)

4) Ahora pegue la siguiente línea de código en la área de texto “Run SQL query/queries” UPDATE `ps_employee` SET `passwd` = MD5(‘<_COOKIE_>password’) WHERE `ps_employee`.`id_employee` = 1;

Antes de pulsar el botón ‘GO’ para ejecutar este ‘query’, es necesario modificarlo un poco:

- reemplace <_COOKIE_> con el código de cookie real, que se puede encontrar en el fichero /config/settings.inc.php de su motor Prestashop. En mi caso el valor es WRhw145L5k724dJEFti0a0nHuDjC8AWvbioCWOjA2cebIbv48VjEfzX2
El valor del código será diferente para su sitio, ya que esta es la clave única generada para la tienda durante la instalación.


<?php

define('__PS_BASE_URI__', '/gordon/presta135/');
define('_THEME_NAME_', 'theme065');
define('_DB_NAME_', 'gordon_presta135');
define('_DB_SERVER_', 'localhost');
define('_DB_USER_', 'root');
define('_DB_PREFIX_', 'ps_');
define('_DB_PASSWD_', '');
define('_DB_TYPE_', 'MySQL');
define('_COOKIE_KEY_', 'WRhw145L5k724dJEFti0a0nHuDjC8AWvbioCWOjA2cebIbv48VjEfzX2');
define('_COOKIE_IV_', 'mPBcrcuj');
define('_PS_VERSION_', '1.3.5.0');

?>

- reemplace la palabra “password” por la nueva contraseña que desea utilizar para el inicio de sesión de admin

El resultado final debe ser similar a la siguiente imagen. Tenga en cuenta! no debe haber espacios ni símbolos adicionales entre el código de cookie y la contraseña

(haga clic para ampliar)

5) Ahora presione el botón ‘GO’ para ejecutar query. Si se ha ejecutado con éxito, debería obtener el siguiente mensaje

(haga clic para ampliar)

¿Cómo restablecer los detalles de admin de Prestashop?, 5.0 out of 5 based on 3 ratings
This entry was posted in PrestaShop, PrestaShop Tutorials and tagged admin, database, details, hosting, login, phpMyAdmin, Prestashop, reset. Bookmark the permalink.

Related posts:

  1. ¿Cómo gestionar datos de admin?
  2. ¿Cómo descargar un motor de Prestashop?
  3. ¿Cómo instalar el motor de Prestashop?
  4. ¿Cómo instalar una plantilla Prestashop?
  5. Plantilla Prestashop

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Copyright 2003-2012 Template-help.com All rights reserved.