I was wondering if it's possible to setup Devise to authenticate just by the username, without password. This is an intranet app. In order to connect to it you would have to be on the VPN in the first place, plus the app only allows to see status of orders & history, not submit any information. I guess similar to Fedex or UPS tracking website, but allows to user to see the whole account, with an added security of a VPN box the client get from us.
Now I would still require a password, but this is a non negotiable requirement on the project. Clients are used to this scheme, and are not very computer savvy to adjust to a change quickly - meaning they can't remember a password.
Thank you