The partial views/hooks/redmine_dmsf/_view_my_account.html.erb uses a
finder method where the action name still uses kebab case but since
migration 20240829093801_rename_dmsf_digest_token.rb it is required to
use snake case.
That is, dmsf-webdav-digest needs to be renamed to dmsf_webdav_digest
to find the token of the current user.