Daniele Verducci 🧉<span class="h-card"><a class="u-url mention" href="https://social.linux.pizza/@Rotan" rel="nofollow noopener noreferrer" target="_blank">@<span>Rotan</span></a></span> a simple <a class="hashtag" href="https://social.ichibi.eu/tag/implementation" rel="nofollow noopener noreferrer" target="_blank">#implementation</a> for <a class="hashtag" href="https://social.ichibi.eu/tag/nextcloud" rel="nofollow noopener noreferrer" target="_blank">#nextcloud</a> <a class="hashtag" href="https://social.ichibi.eu/tag/digital" rel="nofollow noopener noreferrer" target="_blank">#digital</a> <a class="hashtag" href="https://social.ichibi.eu/tag/legacy" rel="nofollow noopener noreferrer" target="_blank">#legacy</a> <a class="hashtag" href="https://social.ichibi.eu/tag/plan" rel="nofollow noopener noreferrer" target="_blank">#plan</a> , using what's already in place may be:<br><br>- Check the user is <a class="hashtag" href="https://social.ichibi.eu/tag/alive" rel="nofollow noopener noreferrer" target="_blank">#alive</a> looking at the last token (valid or elapsed < 1 month is alive)<br>- Send notification once every X time to the user's email reminding the system is active<br>- If the user is not alive, trigger the code used when a user clicks "I lost my password", but instead of sending the <a class="hashtag" href="https://social.ichibi.eu/tag/recovery" rel="nofollow noopener noreferrer" target="_blank">#recovery</a> mail to the user itself, sent it to the <a class="hashtag" href="https://social.ichibi.eu/tag/relative" rel="nofollow noopener noreferrer" target="_blank">#relative</a> that <a class="hashtag" href="https://social.ichibi.eu/tag/inherits" rel="nofollow noopener noreferrer" target="_blank">#inherits</a> its account<br><br>Something along this lines should be simple to implement...