
13th October 2009, 20:09
|
|
Junior Member
|
|
Join Date: May 2009
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Forgotten password
Hello guys, when I try to login as admin, it say that password, i dont know why, but 1 day ago it was without any problem  .
1.) Requesting new password doesnt work
2.) This is mysql dump :
PHP Code:
CREATE TABLE IF NOT EXISTS `sys_user` (
`userid` int(11) unsigned NOT NULL auto_increment,
`sys_userid` int(11) unsigned NOT NULL default '1',
`sys_groupid` int(11) unsigned NOT NULL default '1',
`sys_perm_user` varchar(5) NOT NULL default 'riud',
`sys_perm_group` varchar(5) NOT NULL default 'riud',
`sys_perm_other` varchar(5) NOT NULL default '',
`username` varchar(64) NOT NULL default '',
`passwort` varchar(64) NOT NULL default '',
`modules` varchar(255) NOT NULL default '',
`startmodule` varchar(255) NOT NULL default '',
`app_theme` varchar(32) NOT NULL default 'default',
`typ` varchar(16) NOT NULL default 'user',
`active` tinyint(1) NOT NULL default '1',
`language` varchar(2) NOT NULL default 'de',
`groups` varchar(255) NOT NULL default '',
`default_group` int(11) unsigned NOT NULL default '0',
`client_id` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `username`, `passwort`, `modules`, `startmodule`, `app_theme`, `typ`, `active`, `language`, `groups`, `default_group`, `client_id`) VALUES
(1, 1, 0, 'riud', 'riud', '', 'admin', '$1$Snk}WKf`$KVozyxxxjVi1FW3kX/', 'sites,mail,dns,admin,tools,help,client,monitor', 'mail', 'default', 'admin', 1, 'en', '1,2', 1, 0),
(2, 1, 1, 'riud', 'riud', '', 'crew', 'd41d8cd98f0xxxxxxxxxxecf8427e', 'mail,sites,dns,tools', 'mail', 'default', 'user', 1, 'en', '2', 2, 1);
I know one way how to solve it, but i dont know how to .. so, can somebody generate me password for example "123" with same algorythm which is using ISPConfig ? So I will just execute it into mysql and it will work. Is it possible? :/
|

13th October 2009, 20:31
|
|
Junior Member
|
|
Join Date: May 2009
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Okay got it
|

14th October 2009, 01:25
|
|
Junior Member
|
|
Join Date: Oct 2009
Location: Newcastle UK
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by HiJacker
Okay got it 
|
What did you do, just been faced with the same problem, it's been that long since I last logged in. 
Any help would be much appreciated
|

14th October 2009, 08:51
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,883
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
Just set the new password with phpmyadmin in the sys_user table of the dbispconfig database. You can use the md5 encryption.
|
|
The Following User Says Thank You to till For This Useful Post:
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 09:52.
|
Recent comments
7 hours 28 min ago
12 hours 26 min ago
13 hours 53 min ago
14 hours 46 min ago
16 hours 29 min ago
20 hours 52 min ago
21 hours 44 min ago
23 hours 58 min ago
1 day 13 hours ago
1 day 14 hours ago