| ... | ... |
@@ -46,6 +46,7 @@ class ApplicationController < ActionController::Base |
| 46 | 46 |
session[:users] = {} unless session[:users]
|
| 47 | 47 |
|
| 48 | 48 |
encrypted_pass = Security::encrypt(user_credentials[:password]) |
| 49 |
+ #TODO: pridat do sifry aj nieco z konfigov |
|
| 49 | 50 |
cookies[:key] = Security::cipher_key |
| 50 | 51 |
cookies[:iv] = Security::cipher_iv |
| 51 | 52 |
|