Some time in the last decade the plugin switched to preferring a flatter namespace for realm config.
Co-authored-by: Graham Christensen <graham@grahamc.com>
NNJZNDVU6ZP5P54KHXHG4O7ZHIAA3F3IVGE5OP6PQ4F4JKXGMBFAC
realms => {
dbic => {
credential => {
class => "Password",
password_field => "password",
password_type => "hashed",
password_hash_type => "SHA-1",
},
store => {
class => "DBIx::Class",
user_class => "DB::Users",
role_relation => "userroles",
role_field => "role",
},
dbic => {
credential => {
class => "Password",
password_field => "password",
password_type => "hashed",
password_hash_type => "SHA-1",
},
store => {
class => "DBIx::Class",
user_class => "DB::Users",
role_relation => "userroles",
role_field => "role",