This website requires JavaScript.
Explore
Help
Register
Sign In
empayre
/
fleet
Watch
14
Star
0
Fork
0
You've already forked fleet
mirror of
https://github.com/empayre/fleet.git
synced
2024-11-07 09:18:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
54ecabab35
fleet
/
frontend
/
app_constants
/
APP_SETTINGS.js
5 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Stop SMTP password from incorrectly preventing App Settings PATCH requests (#1076) * Stop validating fake password
2017-01-24 22:19:43 +00:00
export
default
{
FAKE
_PASSWORD
:
'********'
,
Fixed problem where changed port didn't trigger validation (#1451) Closes issue #1380 Skipped validation caused garbage data to get sent to the server which caused an error in the transport middleware.
2017-03-30 03:29:08 +00:00
DEFAULT
_SMTP
_PORT
:
'587'
,
Stop SMTP password from incorrectly preventing App Settings PATCH requests (#1076) * Stop validating fake password
2017-01-24 22:19:43 +00:00
}
;
Reference in New Issue
Copy Permalink