[forge:site-support:#3315]
It is possible to add None link by saving empty url in Personal Contacts settings. It is not possible to remove this link by clicking Remove button.
Confirmed.
I think we should 1) prevent adding blank values, and 2) clean up existing blank values
Fixed with https://forge-allura.apache.org/p/allura/git/merge-requests/180/
Can do cleanup with:
db.user.update({'webpages': {$in: [null]}}, {$pull:{webpages:null}} , {multi:true})