- 🇺🇸United States zengenuity
This is for an old branch which is no longer supported. Closing to clean up the issue queue.
When I use token in links it will strip token in link up to last colon:
This:
<p>[easy_email:recipient_uid:0:entity:display-name],</p>
<p>administrátor webu <a href="[site:url]">[site:name]</a> pro tebe vytvořil uživatelský účet. Můžeš se nyní přihlásit a nastavit přihlašování:</p>
<p><a href="[easy_email:recipient_uid:0:entity:one-time-login-url]">Nastavit přihlašování</a></p>
Will after save become this:
<p>[easy_email:recipient_uid:0:entity:display-name],</p>
<p>administrátor webu <a href="url]">[site:name]</a> pro tebe vytvořil uživatelský účet. Můžeš se nyní přihlásit a nastavit přihlašování:</p>
<p><a href="one-time-login-url]">Nastavit přihlašování</a></p>
Running on Drupal 8.8.1.
Tested with java script disabled, so it is not caused by CKEdit.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is for an old branch which is no longer supported. Closing to clean up the issue queue.