Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
[Solved] New user cant login
Hi
I dont know if this is due to the 4.2 or other, but after installing a new website i work on it using the main account, after that i created a new user (for client) , the client receive the login and password, but he cant login, i have make several reset of the password but it s still not work!
here is the diagnostic (all is ok)
bc.Version de Textpattern: 4.2.0 (r3275)
Dernière mise à jour: 2009-10-29 16:06:46/2009-10-29 15:55:46
Document racine: /home/organis/public_html
$path_to_site: /home/organis/public_html
Chemin d’accès à Textpattern: /home/organis/public_html/textpattern
Format des URL: section_title
Répertoire temporaire: /tmp
URL du site: organis-dz.com
Version de PHP: 5.2.9
Register globals PHP: 1
Bibliothèque GD: bundled (2.0.34 compatible) formats supportés : GIF, JPG, PNG.
Serveur TZ: America/Chicago
Date & heure du serveur: 2009-11-16 04:32:56
Mises à jour heures d’été utilisées: 0
Ajuster automatiquement les heures été / hiver ?: 0
Fuseau horaire GMT: Africa/Algiers (3600)
MySQL: 5.1.30
Locale: fr_FR.UTF-8
Serveur: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
API PHP du serveur: cgi-fcgi
Entêtes RFC 2616: 0
Système d’exploitation serveur: Linux 2.6.28.9
Plugins actifs: zem_contact_lang-4.0.3.6m, zem_contact_reborn-4.0.3.20, adi_gps-0.1, rvm_maintenance-0.5, adi_calc-0.2, smd_if-0.81, zem_nth-0.1, jmd_csv-0.2m, stm_javascript-0.3, upm_insert_tab-0.2.2, jmd_admin_js-0.1, smd_prefalizer-0.11
Thème de l’interface de gestion: txpcoder 4.2.0
contenu du fichier .htaccess:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
————————————
I know i can make a reset using a phpmyadmin, but i dont know why this not work?
Thanks (I have made a search but havent find)
ADD: I try using phpmyadmin but that’s not work too: update txp_users set pass=password(lower(‘pass’)) where name=‘user’;
SOLUTION: The problem came because i make privilege 0 to user, when i change it to another privilege, it works.
Last edited by Dragondz (2009-11-16 11:15:29)
Offline
Pages: 1