[Opensim-users] Diva Wifi recovering password fail.

Luisillo Contepomi luisillo at contepomi.net
Sat Mar 14 09:56:48 UTC 2015


my mistake! the problem was in the old Robust.ini
old:
     WebAddress = "http://192.168.1.x:8002/wifi"

must be now:

     WebAddress = "http://192.168.1.x:8002"


Regards,
Luisillo


El 14/03/2015 a las 10:47, Luisillo Contepomi escribió:
> file "addon-modules/21Wifi/WebApp/Services.PasswordRecovery.cs"
>
> -                    string url = m_WebApp.WebAddress + "/wifi/recover/"
> + token + "?email=" + HttpUtility.UrlEncode(email);
>
> +                    string url = m_WebApp.WebAddress + "/recover/" +
> token + "?email=" + HttpUtility.UrlEncode(email);
>
> With release binaries the url for recover password is wrong. Must remove
> /wifi/ because have it twice (one declarated in configuration and other
> one in this cs.
>
> Regards,
> Luisillo
>
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>


More information about the Opensim-users mailing list