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
