1 (edited by veuvenoire 2005-09-02 17:04)

Topic: Is it possible ??

Is there any way I can allow only people with  a FAI email  addresse to register and  exclude automaticly   all with hotmail, yahoo etc?

how I must configure

thanks

Re: Is it possible ??

I got it ,

in file register.php

line:    // Validate e-mail
    require PUN_ROOT.'include/email.php'

I add a the end: exclude hotmail, yahoo, msn, caramail etc

so there is no body who could become a member without a FAI and valid  email adress .

veuvenoire07