1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Auto-update README

This commit is contained in:
Yunohost-Bot 2021-06-03 18:26:58 +00:00 committed by Yunohost-Bot
parent c7e1e4df9a
commit 31641a9659

View file

@ -59,7 +59,7 @@ $ RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails c
$ UserEmail.create!(user: User.find_by_username("foo"), email: "foo@theirexternalmail.com") $ UserEmail.create!(user: User.find_by_username("foo"), email: "foo@theirexternalmail.com")
``` ```
Discourse can now receive mail from `foo@theirexternalmail.com` and give it to the user account with mail address `foo@myyunohostdomain.org`. Discourse can now receive email from `foo@theirexternalmail.com` and give it to the user account with mail address `foo@myyunohostdomain.org`.
#### Multi-user support #### Multi-user support
@ -77,7 +77,6 @@ When disabling Local Login and other authentication services, clicking the `Logi
![LDAP Login Popup](https://raw.githubusercontent.com/jonmbake/screenshots/master/discourse-ldap-auth/ldap_popup.png) ![LDAP Login Popup](https://raw.githubusercontent.com/jonmbake/screenshots/master/discourse-ldap-auth/ldap_popup.png)
## Documentation and resources ## Documentation and resources
* Official app website: http://Discourse.org * Official app website: http://Discourse.org