User#avatar removed.

Removed because that information was not present in passwd anyway.
ipc07
Luka Vandervelden 2019-01-09 03:52:21 +09:00
parent 6d3ef91526
commit 136bb589f5
1 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@ class AuthD::User
getter shell : String = "/bin/nologin" getter shell : String = "/bin/nologin"
getter groups = Array(String).new getter groups = Array(String).new
getter full_name : String? = nil getter full_name : String? = nil
getter avatar : String? = nil
getter location : String? = nil getter location : String? = nil
getter office_phone_number : String? = nil getter office_phone_number : String? = nil
getter home_phone_number : String? = nil getter home_phone_number : String? = nil
@ -23,7 +22,6 @@ class AuthD::User
shell: String, shell: String,
groups: Array(String), groups: Array(String),
full_name: String?, full_name: String?,
avatar: String?,
office_phone_number: String?, office_phone_number: String?,
home_phone_number: String?, home_phone_number: String?,
other_contact: String? other_contact: String?
@ -42,7 +40,6 @@ class AuthD::User
:shell => @shell, :shell => @shell,
:groups => @groups, :groups => @groups,
:full_name => @full_name, :full_name => @full_name,
:avatar => @avatar,
:office_phone_number => @office_phone_number, :office_phone_number => @office_phone_number,
:home_phone_number => @home_phone_number, :home_phone_number => @home_phone_number,
:other_contact => @other_contact :other_contact => @other_contact