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
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
_______________________________________________
Opensim-users mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users