userSchema.methods.getAccount = function() {

        let user = this;

        if (!user.roles.account) {