emory-libraries / avalon

Avalon Media System – Samvera Application
http://www.avalonmediasystem.org/
Apache License 2.0
0 stars 0 forks source link

Protects email from being nil (#46). #118

Closed bwatson78 closed 3 years ago

bwatson78 commented 3 years ago

app/models/user.rb: since test users had no email assigned, I created harmless protected_email method that uses the uid to create an Emory email.

devanshu-m commented 3 years ago

I dont think username is uid in our case. It is ppid. We are saving ppid as username for shib users. Needs discussion before merging.