Commit 655c9aad361aa6c19b834a5578970adcf8ffa07d

Authored by Nathan Broadbent
1 parent 08fdc37b
Exists in master and in 1 other branch production

Change authentication sub-headings to h3.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -183,7 +183,7 @@ heroku addons:add deployhooks:http url="http://YOUR_ERRBIT_HOST/deploys.txt?api_ @@ -183,7 +183,7 @@ heroku addons:add deployhooks:http url="http://YOUR_ERRBIT_HOST/deploys.txt?api_
183 Authentication 183 Authentication
184 -------------- 184 --------------
185 185
186 -**Configuring GitHub authentication:** 186 +### Configuring GitHub authentication:
187 187
188 * In `config/config.yml`, set `github_authentication` to `true` 188 * In `config/config.yml`, set `github_authentication` to `true`
189 * Register your instance of Errbit at: https://github.com/settings/applications 189 * Register your instance of Errbit at: https://github.com/settings/applications
@@ -215,7 +215,7 @@ You can change the requested account permissions by setting `github_access_scope @@ -215,7 +215,7 @@ You can change the requested account permissions by setting `github_access_scope
215 </table> 215 </table>
216 216
217 217
218 -**Configuring LDAP authentication:** 218 +### Configuring LDAP authentication:
219 219
220 * In `config/config.yml`, set `user_has_username` to `true` 220 * In `config/config.yml`, set `user_has_username` to `true`
221 * Follow the instructions at https://github.com/cschiewek/devise_ldap_authenticatable 221 * Follow the instructions at https://github.com/cschiewek/devise_ldap_authenticatable