Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPENEUROPA-1501: Implement configuration UI for Authentication. #42

Merged
merged 10 commits into from
Jan 11, 2019

Conversation

nagyad
Copy link
Member

@nagyad nagyad commented Jan 7, 2019

OPENEUROPA-1501

Provide the Authentication module with a UI so that users with appropriate permissions can edit and change module configuration.

$form['protocol'] = [
'#type' => 'textfield',
'#title' => $this->t('Application authentication protocol'),
'#default_value' => $this->config(static::CONFIGNAME)->get('protocol'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"#description" could be useful.
This remark is relevant to other fields too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no description provided in the configurations either. I would not add anything based on my own assumption.

src/Form/AuthenticationSettingsForm.php Outdated Show resolved Hide resolved
upchuk
upchuk previously approved these changes Jan 10, 2019

@DrupalLogin @BackupAuthConfigs
Scenario: Configure Authentication settings
Given I am on "admin/config/system/oe_authentication"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nagyad nagyad merged commit 5235d8b into master Jan 11, 2019
@nagyad nagyad deleted the OPENEUROPA-1501 branch January 11, 2019 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants