indexu.com

developer blog

Tag: md5 password

Convert md5 password

In indexu 5.x the password is stored in plain text.
If you upgrade from indexu 5.x to indexu deluxe, the installer will convert it automatically to md5.
If you experience user can not login after upgrade, then it could be that the conversion process fail.
If you have this problem, here is a solution.
Create a file called convertmd5.php

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
include [...]