hi, in the backend database under table tl_member there is a field 'autologin'. I don't see its used in member dca. But why does this line is there in database.sql
Code:
UNIQUE KEY `autologin` (`autologin`)
this is causing me a problem when I try to import a website sql in phpmyadmin, as for the FE members this field 'autologin' is always blank (as not used) and its no more Unique but uniform. Any clarification is welcome.