1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(bug) undefined method strategy_name

This commit is contained in:
Sylvain 2023-03-30 11:29:58 +02:00
parent 6a53cad03a
commit 7945895c1e
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,11 @@ class ProviderConfig
@config = if File.exist?('config/auth_provider.yml')
YAML.safe_load_file('config/auth_provider.yml').with_indifferent_access
else
{ providable_type: 'DatabaseProvider', name: 'DatabaseProvider::SimpleAuthProvider' }
{
providable_type: 'DatabaseProvider',
name: 'DatabaseProvider::SimpleAuthProvider',
strategy_name: 'database-simpleauthprovider'
}
end
end

View File

@ -1,6 +1,6 @@
{
"name": "fab-manager",
"version": "5.9.1",
"version": "6.0.0-alpha",
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
"keywords": [
"fablab",