parent
ced7f1771a
commit
34ea10475d
@ -1,15 +1,15 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ -r /etc/bitwarden_rs.sh ]; then
|
if [ -r /etc/vaultwarden.sh ]; then
|
||||||
. /etc/bitwarden_rs.sh
|
. /etc/vaultwarden.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d /etc/bitwarden_rs.d ]; then
|
if [ -d /etc/vaultwarden.d ]; then
|
||||||
for f in /etc/bitwarden_rs.d/*.sh; do
|
for f in /etc/vaultwarden.d/*.sh; do
|
||||||
if [ -r $f ]; then
|
if [ -r $f ]; then
|
||||||
. $f
|
. $f
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec /bitwarden_rs "${@}"
|
exec /vaultwarden "${@}"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Invitation to {{{org_name}}} accepted
|
Invitation to {{{org_name}}} accepted
|
||||||
<!---------------->
|
<!---------------->
|
||||||
Your invitation for *{{email}}* to join *{{org_name}}* was accepted.
|
Your invitation for *{{email}}* to join *{{org_name}}* was accepted.
|
||||||
Please log in via {{url}} to the bitwarden_rs server and confirm them from the organization management page.
|
Please log in via {{url}} to the vaultwarden server and confirm them from the organization management page.
|
||||||
|
|
||||||
===
|
===
|
||||||
Github: https://github.com/dani-garcia/bitwarden_rs
|
Github: https://github.com/dani-garcia/vaultwarden
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Bitwarden_rs SMTP Test
|
Vaultwarden SMTP Test
|
||||||
<!---------------->
|
<!---------------->
|
||||||
This is a test email to verify the SMTP configuration for {{url}}.
|
This is a test email to verify the SMTP configuration for {{url}}.
|
||||||
|
|
||||||
When you can read this email it is probably configured correctly.
|
When you can read this email it is probably configured correctly.
|
||||||
|
|
||||||
===
|
===
|
||||||
Github: https://github.com/dani-garcia/bitwarden_rs
|
Github: https://github.com/dani-garcia/vaultwarden
|
||||||
|
Loading…
Reference in new issue