Search found 3 matches

by valuedguest
October 14th, 2015, 11:02 am
Forum: Bug Reports
Topic: Repeated username/password requests after config update
Replies: 6
Views: 6570

Re: Repeated username/password requests after config update

One more thought.. since this app is not likely being run on a public computer, you could just name the web-ui username/password config setting inputs differently than the usenet server username/password config settings: Example: web-ui settings: uiusername, uipassword usenet server settings: server...
by valuedguest
October 14th, 2015, 10:47 am
Forum: Bug Reports
Topic: Repeated username/password requests after config update
Replies: 6
Views: 6570

Re: Repeated username/password requests after config update

I've resolved this in web-apps before where we have a form that is likely to be used on a public computer and don't want the browser to cache usernames and passwords. In a nutshell: add a hidden input with a long-ish random number (say 12 digits) or better yet - based on the current timestamp. Call ...
by valuedguest
October 13th, 2015, 11:25 pm
Forum: Bug Reports
Topic: Repeated username/password requests after config update
Replies: 6
Views: 6570

Repeated username/password requests after config update

After modifying config parameters (download speed limit) via the web-based UI, I started getting repeated username/password popups. Tried restarting SABnzbd and even rebooting to no avail. Finally manually looked at the INI file. The username and password lines for my Usenet server had been inexplic...