olof
thanx for the quick reply... alas I think it leaves me more confused than when I started.
I found the line you referred to in the login script. But that leaves me with even more questions:
1. what values should I have for those two variables($_GET['activate'] and $_GET['ident']), and where should they be set. I note that there is no query string (the full URL as displayed for the page is http://www.thedancegypsy.com/classes/access_user/login.php, so no query string and therefore no $_GET values).
2. how did I get to that line (in fact how did I get to the login script). The email link looks like it should take me to the admin_user script: http://www.thedancegypsy.com/classes/access_user/admin_user.php?login_id=4 [which makes no direct mention of login, activate or ident.
3. The user is in the data base but I note that the 'active' field is set to 'n':
[4 scragg3 a14609c9002aa6d1b4302a4f48133d31 scragg test
[email protected] 1 n]
(note that I have now tried 4 users with the same result each time)
4. auto_activation appears to be set true, and it doesn't give the 'preview' message you refer to.
5. why does the email link specify the admin page. doesn't appear to be a place that new users should be going routinely
thanx again for any help