Thanks Semikolon
But I seem not to understand it properly. In register.asp I did not find any if blnAdmin = True , just = False.
And I do not yet fully understand register.asp, but I do not want to give the moderator right to change the users addy, but just to see it in pop_up_profile.asp, like the Admin sees it there.
pop_up_profile.asp does not include register.asp so I am not sure if it is not necessary to change in pop_up_profile.asp (around line 360):
If blnShowEmail = False AND blnAdmin = False AND strEmail <> "" Then
to somewhat like
If blnShowEmail = False AND blnAdmin = False OR blnModerator = False AND strEmail <> "" Then
? Well, this does not work, maybe I should put the blnAdmin and blnModerator clause in some brakets, but tried all combinations I could think of, but still did not make it work.
Thus obviously your first advise is correct, and i would be graceful if you could tell me where to find the statement you have mentioned.
Thanks very much for helping an ASP Dummy.