Skip to content

Commit 2772907

Browse files
committed
updated version and docs
1 parent 331ae2f commit 2772907

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Administration:
5050
Following configs are defined in */data/system.json*:
5151

5252
1. *emailTransport* defines email settings. *FormMailer* depends on [Nodemailer](https://github.com/andris9/Nodemailer). For supported email transports and corresponding settings, see [Nodemailer Readme](https://github.com/andris9/Nodemailer#possible-transport-methods). SMTP is the only transport tested.
53-
2. *authenticationSchemes* defines authentication schemes for *FormMailer Service Administration* site. Supported authentication schemes are SSO (a.k.a reverse-proxy), form and basic. SSO can be chained to form or basic as fallback. In SSO authentication scheme, the HTTP header name containing authenticated user name is defined in property *userHeader*.
53+
2. *authenticationSchemes* defines authentication schemes for *FormMailer Service Administration* site. Supported authentication schemes are SSO (a.k.a reverse-proxy), form and basic. SSO can be chained to form or basic authentication to use them as fallback, thus *authenticationSchemes* is an array. When using SSO, the HTTP header name containing authenticated user name is defined in property *userHeader*. Unlike form or basic authentication, SSO doesn't use application defined password. However, it requires *userHeader* value matching one of the registered user names for authorization.
5454
3. *repository* defines data repository types. Supported *types* are *file* and *mongodb*. For *mongodb*, supply [connection string](http://docs.mongodb.org/manual/reference/connection-string/) in property *connection_string* and [connection options](http://mongoosejs.com/docs/connections.html#options) in *connection_options*.
55-
For changes to take effect, restart Node.
55+
For above changes to take effect, restart Node.
5656

5757
## Current Limitations
5858
1. Clustering is not supported due to in-memory caching.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "form-mailer-service",
33
"description" : "FormMailer is a service application emailing forms posted by users from a registered web site",
4-
"version" : "0.0.5",
4+
"version" : "0.0.6",
55
"license" : "MIT",
66
"author" : {
77
"name" : "Fred"

0 commit comments

Comments
 (0)