mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: add flair to avatars using new settings in the groups admin UI
This commit is contained in:
@@ -28,6 +28,7 @@ class Group < ActiveRecord::Base
|
||||
validates_uniqueness_of :name, case_sensitive: false
|
||||
validate :automatic_membership_email_domains_format_validator
|
||||
validate :incoming_email_validator
|
||||
validates :flair_url, url: true
|
||||
|
||||
AUTO_GROUPS = {
|
||||
:everyone => 0,
|
||||
|
||||
Reference in New Issue
Block a user