mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
af9e779c59
* First (not-yet-working) attempt at self-renaming * Actually working renames * last_renamed_at * Prevent renaming while banned * Move username changing from controller to model * Username change logging * Rate limiting for username changes * username -> name and format * add UBQ * modify interval Co-authored-by: Joey <joeyponi@gmail.com>
3 lines
78 B
Elixir
3 lines
78 B
Elixir
defmodule PhilomenaWeb.Registration.NameView do
|
|
use PhilomenaWeb, :view
|
|
end
|