Open yeasir2148 opened 1 year ago
After a link has been created and sent to the user, how do i make it invalid so that the user cannot use that link, may be because his access to the site was revoked?
@yeasir2148 You can delete the row in table magic_links or update the available_at field with a past date.
magic_links
available_at
After a link has been created and sent to the user, how do i make it invalid so that the user cannot use that link, may be because his access to the site was revoked?